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

Method Name

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

Name uniquely identifies the strategy.

()

Source from the content-addressed store, hash-verified

47type BalanceStrategy interface {
48 // Name uniquely identifies the strategy.
49 Name() string
50
51 // Plan accepts a map of `memberID -> metadata` and a map of `topic -> partitions`
52 // and returns a distribution plan.

Implementers 4

testStatefulStrategyfunctional_consumer_group_test.go
balanceStrategybalance_strategy.go
stickyBalanceStrategybalance_strategy.go
roundRobinBalancerbalance_strategy.go

Calls

no outgoing calls