kafka/clients
A. Sophie Blee-Goldman 7702f44c6e
Change the ProducerConfig constructor with `doLog` parameter to protected
In applications that construct the various client configs multiple times, the config logging can be pretty extreme, so it's nice to be able to disable this for subsequent config objects that are created. We don't expose the constructors that accept a `doLog` parameter in the public API, but all the other clients at least make this constructor `protected` so it's possible to extend the class and suppress the excessive logging. However the ProducerConfig is the one case where this constructor is package-private. It would be nice to align it with the other client config classes and make this `protected` to allow turning off logging
2023-10-31 15:18:44 -07:00
..
src Change the ProducerConfig constructor with `doLog` parameter to protected 2023-10-31 15:18:44 -07:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00