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 <simarkau...@gmail.com> 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 >