-
I have a pipeline which could be explained as: <topic_raw> I have created another application that counts the number of messages on topic_raw and topic_processed by hour, and I'm loosing ~ 10% of the messages, without seeing any warning on logs (I would expect "at least once"). The subscriber configuration is:
And the callback is something like this:
I'm really clueless and urged. If you could help me, I would really appreciate It ❤️ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Hi How are the messages counted ? |
Beta Was this translation helpful? Give feedback.
-
Hi @zmstone. After some time digging I've realized that our Kafka cluster (v1.1) is not registering the consumer group. As i'm using [begin_offset: :earliest] every time it starts from the beginning :( Do you think it could involve kafka_protocol? Pretty similar: Probably I will try creating the group with kafkacat and then just joining, similar to the stackoverflow solution Best |
Beta Was this translation helpful? Give feedback.
Hi
How are the messages counted ?
Are the topics compacted ?