Kafka Streams consumer groups concurrency: consuming from one partition only?
问题 I have an AWS infrastructure of 1 Kafka cluster on 3 docker containers, running on ECS, using EFS as storage service (for simplicity). 1 Kafka Streams application cluster, on 3 containers. There is a source topic "events" with 16 partitions, replication 2. A PAPI topology processor "stream-processor" produces output to some other topics and uses 3 state stores. I can see via Kafka Manager that data is consumed, and output is produced to these other output topics. Apparently it works (though