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

Struct balanceStrategy

balance_strategy.go:173–176  ·  balance_strategy.go::balanceStrategy

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

171// --------------------------------------------------------------------
172
173type balanceStrategy struct {
174 coreFn func(plan BalanceStrategyPlan, memberIDs []string, topic string, partitions []int32)
175 name string
176}
177
178// Name implements BalanceStrategy.
179func (s *balanceStrategy) Name() string { return s.name }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected