Skip to content

ligo/scald/io/kafka.py: log a warning if produce returns an error

Rebecca Ewing requested to merge rebecca.ewing/ligo-scald:producer-resp into master

We have periodically seen issues where producing messages fails quietly and it is hard to diagnose what the problem is. This patch will make scald log a warning any time the producer.produce() returns an error response.

Merge request reports