kaffe icon indicating copy to clipboard operation
kaffe copied to clipboard

Support custom client_name in all public functions

Open thiagogsr opened this issue 3 years ago • 0 comments

Hi,

I've implemented new public functions to accept the client_name as parameter and a new function to stop the client to a given client_name.

It's useful to switch the Kafka cluster in runtime. In order to do it I need to start a new client to the new endpoint, produce the events to the new client and then stop the old client.

thiagogsr avatar Apr 28 '22 12:04 thiagogsr