Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T struct {
// contains filtered or unexported fields
}
groupConsumer manages a fleet of topic consumers and disposes of those that have been inactive for the `Config.Consumer.DisposeAfter` period of time.
implements `dispatcher.Factory`. implements `dispatcher.Tier`.
func (*T) KeyOf ¶
func (gc *T) KeyOf(req consumer.Request) dispatcher.Key
implements `dispatcher.Factory`.
func (*T) SpawnChild ¶ added in v0.14.0
func (gc *T) SpawnChild(childSpec dispatcher.ChildSpec)
implements `dispatcher.Factory`.
Click to show internal directories.
Click to hide internal directories.