Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
110
func
makeTransactionalID() string {
111
return
fmt.Sprintf(
"kafka-go-transactional-id-%016x"
, rand.Int63())
112
}
113
114
func
TestConn(t *testing.T) {
115
tests := []
struct
{
Callers
4
TestClientInitProducerId
Function · 0.85
TestClientAddOffsetsToTxn
Function · 0.85
TestClientTxnOffsetCommit
Function · 0.85
TestClientAddPartitionsToTxn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected