Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve code example for using a transactional KafkaProducer #15901

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

matthiaskraaz
Copy link

After a short discussion with Sophie Blee-Goldman (see https://lists.apache.org/thread/x4szs4szq0gq1twrpdv0fppzr92rr623), I dived into a few days of debugging and testing with a network connection that can deliberately switched to drop all packages. As I also work with Spring sometimes, I finally looked up how Spring Kafka does the exception handling and came up with quite a simple solution that at least works very well with my test scenarios: I used all the default timeouts for the configuration of the producer and tested with network outages (packages are dropped) of 20 seconds, 45 seconds and 75 seconds.

While transforming my production code back into a code sample, I changed it from catching general Exceptions to catching KafkaExceptions, because Sophie mentioned she doesn't like general Exceptions to be caught.

Please consider this PR as a request for comments, as I am rather new to Kafka and I didn't quite understand all the details of the original code sample.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant