UserData provides the GroupBalancer an opportunity to embed custom UserData into the metadata. Will be used by JoinGroup to begin the consumer group handshake. See https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-JoinGroupRequest
()
| 32 | // |
| 33 | // See https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-JoinGroupRequest |
| 34 | UserData() ([]byte, error) |
| 35 | |
| 36 | // DefineMemberships returns which members will be consuming |
| 37 | // which topic partitions |
no outgoing calls
no test coverage detected