MCPcopy
hub / github.com/IBM/sarama / MemberID

Method MemberID

consumer_group.go:981–981  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

releaseMethod · 0.95
heartbeatLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected