[Apache Kafka] How can configure group.id for a consumer?

Francesco82
Registered Posts: 2 ✭
How can configure group.id for a consumer?
I configured correctly the connection.
I use a specific group.id but I receive: dss_consumer-1747668181799
How can I configure correctly a consumer? Thanks
Operating system used: Ubuntu 20.x
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,288 Dataiker
Hi,
You can only change group.id.prefix from dss_consumer to the desired strin.To do so you can se a custom property "group.id.prefix" on your streaming endpoint or on the Kafka connection, which DSS will use to create a group.id in order to connect to Kafka group.id.prefix + -currentTimeMs
Thanks -
thank you so much for your reply