openwhisk-package-kafka
openwhisk-package-kafka copied to clipboard
Gradually start consumers when provider starts
Consumers should not all be started at the same time when the provider starts as this may result in throttling.
@dubeejw perhaps we should use a backoff strategy. i.e. start n comsumers on startup, wait the interval, start n comsumers, wait the interval, etc... where the interval is global
Sounds good, as long as the provider doesn't take an exorbitant amount of time to start all of the consumers.