Thanks, Faraz. I am using its Java API. It does not seem to provide such method to the consumer.
On Wed, Nov 22, 2017 at 2:45 PM, Faraz Mateen <[email protected]> wrote: > Not sure which client you are using. > In kafka-python, consumer.config returns a dictionary with all consumer > properties. > > Thanks, > Faraz > > On Mon, Nov 20, 2017 at 5:34 PM, simarpreet kaur <[email protected]> > wrote: > >> Hello team, >> >> I wanted to know if there is some way I can retrieve consumer properties >> from the Kafka Consumer. for example, if at runtime, I want to know the >> group id of a particular consumer, in case multiple consumers are running >> in my application. >> >> Thanks & Regards, >> Simarpreet >> > >
