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

Struct testFuncConsumerGroupMember

functional_consumer_group_test.go:384–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384type testFuncConsumerGroupMember struct {
385 ConsumerGroup
386 t *testing.T
387 clientID string
388 isCapped bool
389 sink *testFuncConsumerGroupSink
390
391 generationId atomic.Int32
392 state atomic.Int32
393 handlers atomic.Int32
394 maxMessages atomic.Int32
395
396 mu sync.RWMutex
397 claims map[string]int
398 errs []error
399}
400
401func defaultConfig(clientID string) *Config {
402 config := NewFunctionalTestConfig()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected