Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseProducer ¶ added in v0.1.10
CloseProducer delegates the call to the appropriate manager based on parameter destination to close a given producer
func NewProducer ¶ added in v0.1.10
NewProducer delegates the call to the appropriate based on parameter destination for creating producer
Types ¶
type StreamProducer ¶ added in v0.1.10
type StreamProducer interface {
Produce(jsonData json.RawMessage, producer, destConfig interface{}) (int, string, string)
}
Click to show internal directories.
Click to hide internal directories.