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.
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.
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