Hi,
I think there is no specific reason. we can pass the clientId to
MetricsReporter
class's configure() method.
Can you pls raise the JIRA?
On Fri, Sep 15, 2017 at 7:44 AM, Kevin Lu
wrote:
> Hi,
>
> Is there a particular reason why the MetricsReporter class's configure()
> call is not guarante
Hi,
Is there a particular reason why the MetricsReporter class's configure()
call is not guaranteed to receive the client id?
The interceptors' configure() methods are guaranteed to have client id
field (either user specified or the kafka auto generated client id such as
producer-1).
We are impl