indeedeng / iwf

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

Open longquanzheng opened 5 days ago

longquanzheng commented 5 days ago

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

longquanzheng commented 1 day ago

dup: https://github.com/indeedeng/iwf/issues/405