Is it mandatory to properly shutdown a Kafka producer? I have a single
producer instance in my web application. When we deploy / restart this web
application, we terminate the JVM process and start the web application all
over again afresh. So why should I worry about calling the close method on
the KafkaProducer object?

Reply via email to