Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
102
func
makeTopic() string {
103
return
fmt.Sprintf(
"kafka-go-%016x"
, rand.Int63())
104
}
105
106
func
makeGroupID() string {
107
return
fmt.Sprintf(
"kafka-go-group-%016x"
, rand.Int63())
Callers
15
TestClientJoinGroup
Function · 0.70
TestClientDeleteOffset
Function · 0.70
TestConn
Function · 0.70
testDeleteTopics
Function · 0.70
testDeleteTopicsInvalidTopic
Function · 0.70
BenchmarkConn
Function · 0.70
TestClientCreatePartitions
Function · 0.70
TestClientCreatePartitionsNoAssignments
Function · 0.70
TestOffsetFetchRequestWithNoTopic
Function · 0.70
TestOffsetFetchRequestWithOneTopic
Function · 0.70
TestReader
Function · 0.70
TestReaderOnNonZeroPartition
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected