iWF is a WorkflowAsCode microservice orchestration platform offering an orchestration coding framework and service for building resilient, fault-tolerant, scalable long-running processes
MIT License
540
stars
55
forks
source link
Add new command to wait for channel to be empty #493
The workaround today is to send a special message to tell the consumer about that. This is a bit unnatural.
Also when the number of consumers are more than one, the sender need to publish more than one "special" messages
This is useful for drain channels and complete.
The workaround today is to send a special message to tell the consumer about that. This is a bit unnatural. Also when the number of consumers are more than one, the sender need to publish more than one "special" messages