I have a Flink Kafka consumer which reads from multiple kafka-topics(3 in my case). There are 5 partitions per topic on kafka. How many consumers does Flink create by default.
Is it:
- 5 consumers per topic. ie. in all 15 consumers
- 5 consumers in all.
The consumption of kafka messages is very slow, So I am not able to figure the number of consumers attached to each topic.