MCPcopy
hub / github.com/IBM/sarama / roundRobinBalancer

Struct roundRobinBalancer

balance_strategy.go:399–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397var BalanceStrategyRoundRobin = NewBalanceStrategyRoundRobin()
398
399type roundRobinBalancer struct{}
400
401func (b *roundRobinBalancer) Name() string {
402 return RoundRobinBalanceStrategyName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected