Replies: 1 comment 3 replies
-
That's exactly how
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have a spring boot application set up with Spring Kafka. I did not explicitly configure the KafkaTemplate as most of the configuration is done via application property file. Recently I tried to add application logic to handle when Kafka cluster is not available so in my send function I did something like:
However, this is not working as expected because the timeoutException is only thrown after 60 seconds, which is the default time out value if i am mistaken.
Beta Was this translation helpful? Give feedback.
All reactions