Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrProduceFailed = errors.New("produce failed") ErrNoValidPartition = errors.New("no valid partition") )
Functions ¶
This section is empty.
Types ¶
type P ¶
type P struct { RequiredAcks proto.ProduceAckType AckTimeout time.Duration Cluster model.Cluster // contains filtered or unexported fields }
func (*P) ProduceMessageSet ¶
func (p *P) ProduceMessageSet(topic string, messageSet proto.MessageSet) error
Click to show internal directories.
Click to hide internal directories.