()
| 979 | |
| 980 | func (s *consumerGroupSession) Claims() map[string][]int32 { return s.claims } |
| 981 | func (s *consumerGroupSession) MemberID() string { return s.memberID } |
| 982 | func (s *consumerGroupSession) GenerationID() int32 { return s.generationID } |
| 983 | |
| 984 | func (s *consumerGroupSession) MarkOffset(topic string, partition int32, offset int64, metadata string) { |
no outgoing calls
no test coverage detected