Questions tagged [kafka-consumer]

2 questions
2
votes
1 answer

what is the difference between client.id and group.instance.id

When configuring a consumer, you can specify: group.instance.id - "A unique identifier of the consumer instance provided by the end user. Only non-empty strings are permitted. If set, the consumer is treated as a static member, which means that only…
Dave Ankin
  • 1,060
  • 2
  • 9
  • 20
0
votes
1 answer

How can I define two or more Kafka consumers using spring boot configurations?

I'm new to kafka. How can I define two(or more) Kafka consumers using configuration .properties or .yml? I'm interested in using the spring.kafka.* application's properties and also I would like to specify two different properties for two consumers…
user1796624
  • 3,665
  • 7
  • 38
  • 65