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

Function makeGroupID

conn_test.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func makeGroupID() string {
107 return fmt.Sprintf("kafka-go-group-%016x", rand.Int63())
108}
109
110func makeTransactionalID() string {
111 return fmt.Sprintf("kafka-go-transactional-id-%016x", rand.Int63())

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…