@stefanmaerz I use the kafka producer for my deployments. I find that using the
kafka_acks=all
works best for debugging. I’ve had issues where kafka isn’t performing right but it still accespts connections. This leads to the producers thinking kafka is receiving its messages.