Reputation: 209
I need to set a 'group.id' property in my KSQL application.
I know that is possible in Kafka Stream application by 'application.id' property, but it dosn't work for KSQL.
Upvotes: 2
Views: 1380
Reputation: 32100
I think you're looking for ksql.service.id
. Ref: https://docs.confluent.io/current/ksql/docs/faq.html#how-do-i-add-ksql-servers-to-an-existing-ksql-cluster
Upvotes: 1