No Error/Output is given for Invalid/Incorrect values provided in the Partition index field of MessageID option of SeekBy feature of Consumer activity #24259
deepakks-tibco
started this conversation in
General
Replies: 0 comments
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.
-
When we were validating the Seek By feature for the consumer activity. We found out that there is no error is thrown when we provide the incorrect value for the Message ID option partition index field.In fact, sometimes the messages are received even if we provide wrong Partition index.
Created 4 partitioned topic. Created standalone consumer app.
produced 20 messages .
When I use seek() with incorrect partition id example 5 from standalone consumer. No error is thrown.
Here is the standalone consumer code.
Beta Was this translation helpful? Give feedback.
All reactions