kafka-pixy
kafka-pixy copied to clipboard
Consuming from an empty topic affects other consumers throughput
Consumption from a queue that does not have a steady influx of new events is being performed alongside with consumption from a busy queue, the consumption rate of the busy queue drops down significantly (twice in my testing). Note that both consumptions should be coming from the same group.