I have a topology which reads data from Kafka and performs some
actions(service calls). How do I ensure that service is hit with a
certain QPS ?

Setting TOPOLOGY_MAX_SPOUT_PENDING means that there are that many
tuples which are not acked or failed.

So Say that I need to throttle at 20 QPS what is the ideal value for
TOPOLOGY_MAX_SPOUT_PENDING. Also will this approach work ?

Thanks,
Amber Kulkarni

Reply via email to