Avro messages are showing up in specific partition but not showing up in all Partitions.
Asked
Active
Viewed 20 times
0
-
Welcome to SO. Please add some more details. Also did you check the total number of expected messages? – Nishu Tayal Sep 10 '19 at 12:30
-
2Are your messages keyed? – Giorgos Myrianthous Sep 10 '19 at 13:45
-
How are you sending the messages to Kafka? How many partitions do you have? What key are you setting for your messages? – Robin Moffatt Sep 10 '19 at 19:36
-
Yes. Messages are keyed. We are using some random ObjectId as key. – Ashish Garg Sep 11 '19 at 04:24
-
We are using Avro producer to send the messages and have 10 partitions. – Ashish Garg Sep 11 '19 at 04:24
-
The issue is occurring when the no. of messages are increasing. – Ashish Garg Sep 12 '19 at 08:19