Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ ProtocolName
Method
ProtocolName
groupbalancer.go:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
type
RoundRobinGroupBalancer
struct
{}
104
105
func
(r RoundRobinGroupBalancer) ProtocolName() string {
106
return
"roundrobin"
107
}
108
109
func
(r RoundRobinGroupBalancer) UserData() ([]byte, error) {
110
return
nil, nil
Callers
2
TestClientLeaveGroup
Function · 0.95
TestClientSyncGroup
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestClientLeaveGroup
Function · 0.76
TestClientSyncGroup
Function · 0.76