MessageId Seek By feature doesn't work as expected for Multitopic subscription #24016
Unanswered
deepakks-tibco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we try to seek the messages from any specific MessageID from the given topic the Consumer activity faults.
Producer1 configure to produce 20 messages with the topic test-topic-test1 .
producer2 configure to produce 20 messages with the topic test-topic-test2 .
Created a standalone consumer. configure standalone consumer with seek the messages by valid MessageID and Multitopic subscription.
Run both producer together and produced total 40 messages.
Run standalone consumer.
consumer starts with error "java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException: Illegal messageId, messageId can only be earliest/latest" . Consumer not considering seek by feature.
Here is the standalone consumer code.
Beta Was this translation helpful? Give feedback.
All reactions