()
| 104 | } |
| 105 | |
| 106 | func makeGroupID() string { |
| 107 | return fmt.Sprintf("kafka-go-group-%016x", rand.Int63()) |
| 108 | } |
| 109 | |
| 110 | func makeTransactionalID() string { |
| 111 | return fmt.Sprintf("kafka-go-transactional-id-%016x", rand.Int63()) |
no outgoing calls
no test coverage detected
searching dependent graphs…