Disconnect exception when listening to multiple topics #1864
Unanswered
venkatasreekanth
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Set Then use the If you implement |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have requirement to populate a datastore from multiple topics(15+), I have each kafkalistener setup with its on topic and when I launch the project, except for one time all others continuously fail with timeoutexception or disconnect exception. When the topics were lesser in number setting request timeout to 60seconds helped, but with increased number of topics its no longer working. Asking the admins to increase the timeout is causing some pushback. Is there a way to start the kafkalisteners in sequence?
below is an example of how my listener/container is setup
Beta Was this translation helpful? Give feedback.
All reactions