Replies: 1 comment 1 reply
-
I believe I was missing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I created a streaming app that reads messages from a multi schema topic and sends each message type to it's own topic. Here's the repo: https://github.com/bmmptlgc/TopicSplitter/tree/master
The example linked publishes 1000 OrderCreated messages and 1000 OrderCompleted messages to the
orders
topic. The streaming app will consume those message and I would expect 2 new topics to be created, each with 1000 messages. But the app is very moody... Sometimes it doesn't send any messages to new topics, but the offsets for the consumer group on the original topic seem to be committed. Sometimes it only processes part of the messages as the screenshot below shows:Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions