Skip to content

Conversation

@ecanzonieri
Copy link
Contributor

These two log prints are very noisy when we deal with high volume topics and large clusters, and in my opinion not particularly useful from a client perspective unless in debug level.
The replica not available log, indeed, is not specific of the topic/partition of the particular consumer/producer. In a Kafka cluster with a lots of topics this ends up flooding the logs with warning about under replicated topics which the user most of the times is not interested in. This is a very important information for the cluster administrator, but the latter should rely on metrics and logging provided by Kafka itself instead of a client library.

dpkp added a commit that referenced this pull request Jun 19, 2015
Lower logging level on replica not available and commit
@dpkp dpkp merged commit 4b06434 into dpkp:master Jun 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants