Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ makeTopic
Function
makeTopic
compress/compress_test.go:448–450 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
446
}
447
448
func
makeTopic() string {
449
return
fmt.Sprintf(
"kafka-go-%016x"
, rand.Int63())
450
}
451
452
func
newLocalClientAndTopic() (*kafka.Client, string,
func
()) {
453
topic := makeTopic()
Callers
1
newLocalClientAndTopic
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected