Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CoordinatorActor ¶
type CoordinatorActor struct { BootStrapServers string // contains filtered or unexported fields }
CoordinatorActor to supervise other actors
func (*CoordinatorActor) Receive ¶
func (parent *CoordinatorActor) Receive(context actor.Context)
Receive on a coordinator actor
type Producer ¶
type Producer struct {
// contains filtered or unexported fields
}
Producer ...
func NewProducer ¶
NewProducer creates a new Kafka producer brokerList is a comma separated list of Kakfa brokers for eg. "localhost:9092,localhost:9093"
Click to show internal directories.
Click to hide internal directories.