'What is the difference between group instance id and member id in kafka
I understand that group.instance.id is configured to uniquely identify their consumer instances and it should be assigned by the user in the ConsumerConfig but what is the use of the member.id that is assigned by the broker.However the leader will know the group.instance.id of each consumer.what is the need for member.id then?.
is there any way to see the mapping of member.id - group.instance.id through java? code examples will be welcome
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
