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

Struct testStatefulStrategy

functional_consumer_group_test.go:657–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657type testStatefulStrategy struct {
658 BalanceStrategy
659 t *testing.T
660 initial atomic.Int32
661 state sync.Map
662}
663
664func (h *testStatefulStrategy) Name() string {
665 return "TestStatefulStrategy"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected