Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
// contains filtered or unexported fields
}
Consumer abstracts hub-of-hubs-kafka-transport kafka-consumer's generic usage.
func NewConsumer ¶
func NewConsumer(log logr.Logger, conflationManager *conflator.ConflationManager, statistics *statistics.Statistics) (*Consumer, error)
NewConsumer creates a new instance of Consumer.
func (*Consumer) Register ¶
func (c *Consumer) Register(registration *transport.BundleRegistration)
Register function registers a msgID to the bundle updates channel.
Click to show internal directories.
Click to hide internal directories.