MCPcopy
hub / github.com/segmentio/kafka-go / makeTopic

Function makeTopic

conn_test.go:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func makeTopic() string {
103 return fmt.Sprintf("kafka-go-%016x", rand.Int63())
104}
105
106func makeGroupID() string {
107 return fmt.Sprintf("kafka-go-group-%016x", rand.Int63())

Callers 15

TestClientJoinGroupFunction · 0.70
TestClientDeleteOffsetFunction · 0.70
TestConnFunction · 0.70
testDeleteTopicsFunction · 0.70
BenchmarkConnFunction · 0.70
TestReaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…