Remote partitioning with replies issue using Kafka #5293
Unanswered
AbhiramYay
asked this question in
Q&A
Replies: 1 comment
-
|
Two solutions:
I recommend option 1. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am enhancing our spring batch job to use remote partitioning with Kafka.
When we are running multiple jvms of batch component,
the worker replies not being sent to master step jvm where it aggregates the replies.
As the Manager reply Kafka listener is enabled in multiple jvms, the reply Kafka message consumed by any jvm. My manager step not completing due to this issue.
How we can resolve this.
Beta Was this translation helpful? Give feedback.
All reactions