Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the `Producer` detects that the `flush` method is invoked within the callback of the `close` method, throw a `KafkaException`.

This approach would require modifying org.apache.kafka.clients.producer.Producer#flush  to include KafkaException .

...