MCPcopy
hub / github.com/IBM/sarama / syncProducer

Struct syncProducer

sync_producer.go:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71type syncProducer struct {
72 producer *asyncProducer
73 wg sync.WaitGroup
74}
75
76// NewSyncProducer creates a new SyncProducer using the given broker addresses and configuration.
77func NewSyncProducer(addrs []string, config *Config) (SyncProducer, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected