Scaling Streams Application #225
-
Hello @LGouellec , I have a stream application that reads messages from the "orders" topic with 10 partitions, processes it with "FlatMapValues", then writes the outputs to another topic. When I open 1 more instance of the streams application without changing anything, the re-balancing process takes place without any problems and the tasks are shared. However, when I produce new messages to the topic, the first streams application I run gives the following error, sometimes processing some records and sometimes not processing records at all (which probably depends on the offset interval). How can I resolve this error. Partition-based parallel processing is very important to me, so I have to solve this problem.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @bugrakosen, Thanks for your question, could you forward the complete debug logs when the issue appears ? Thanks, |
Beta Was this translation helpful? Give feedback.
-
I solved the problem, I don't need help anymore, thanks. @LGouellec |
Beta Was this translation helpful? Give feedback.
I solved the problem, I don't need help anymore, thanks. @LGouellec