You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
From what I understand, when the number of replicas is less than min.insync.replicas then Kafka would not allow more messages to be written to the topic (given ack=all). However, I have observed that the metric, records_produced_total still increases despite that. Is this expected? Or the metric only counts the messages produced by canary and not the messages produced to topic?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From what I understand, when the number of replicas is less than min.insync.replicas then Kafka would not allow more messages to be written to the topic (given ack=all). However, I have observed that the metric, records_produced_total still increases despite that. Is this expected? Or the metric only counts the messages produced by canary and not the messages produced to topic?
Beta Was this translation helpful? Give feedback.
All reactions