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

Function makeTransactionalID

conn_test.go:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110func makeTransactionalID() string {
111 return fmt.Sprintf("kafka-go-transactional-id-%016x", rand.Int63())
112}
113
114func TestConn(t *testing.T) {
115 tests := []struct {

Callers 4

TestClientInitProducerIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected