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

Function runTestFuncConsumerGroupMember

functional_consumer_group_test.go:414–426  ·  view source on GitHub ↗
(
	t *testing.T,
	groupID string,
	clientID string,
	maxMessages int32,
	sink *testFuncConsumerGroupSink,
	topics ...string,
)

Source from the content-addressed store, hash-verified

412}
413
414func runTestFuncConsumerGroupMember(
415 t *testing.T,
416 groupID string,
417 clientID string,
418 maxMessages int32,
419 sink *testFuncConsumerGroupSink,
420 topics ...string,
421) *testFuncConsumerGroupMember {
422 t.Helper()
423
424 config := defaultConfig(clientID)
425 return runTestFuncConsumerGroupMemberWithConfig(t, config, groupID, maxMessages, sink, topics...)
426}
427
428func runTestFuncConsumerGroupMemberWithConfig(
429 t *testing.T,

Calls 3

defaultConfigFunction · 0.85
HelperMethod · 0.80

Tested by

no test coverage detected