linkedin / li-apache-kafka-clients

li-apache-kafka-clients is a wrapper library for the Apache Kafka vanilla clients. It provides additional features such as large message support and auditing to the Java producer and consumer in the open source Apache Kafka.
BSD 2-Clause "Simplified" License
131 stars 52 forks source link

Change log level of "Wrapped KafkaProducer does not support time-boun.." #174

Open kochniev opened 4 years ago

kochniev commented 4 years ago

The Wrapped KafkaProducer does not support time-bounded flush is written to the log file every time Kafka producer is created(or re-created during the runtime). That pollutes the log file with potentially unnecessary messages, e.g. imagine a DevOps is seeing that warning, he can't prevent it nor does he have to take any actions in regards to this message since the LiKafkaProducerImpl implements the time-bounded flush down at line 416