feat(backend): turn on kafka delivery reports
This commit is contained in:
parent
fee99d3bf1
commit
3059227bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ func NewProducer() *Producer {
|
|||
producer, err := kafka.NewProducer(&kafka.ConfigMap{
|
||||
"enable.idempotence": true, // TODO: get rid of
|
||||
"bootstrap.servers": env.String("KAFKA_SERVERS"),
|
||||
"go.delivery.reports": false,
|
||||
"go.delivery.reports": true,
|
||||
"security.protocol": protocol,
|
||||
"go.batch.producer": true,
|
||||
"queue.buffering.max.ms": 100,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue