Change subscription after poll method invocation. #413
Answered
by
astubbs
AhmetBasar
asked this question in
Q&A
-
Hello, Is it possible to change subscription(i.e. start listening new topic) after poll method invocation. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
astubbs
Sep 23, 2022
Replies: 1 comment
-
Hi, welcome to the project! No - due to the consumer not being thread safe, not at the moment. However, it's a planned feature! Can be tracked here: Related / due to: Workaround:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
astubbs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, welcome to the project!
No - due to the consumer not being thread safe, not at the moment. However, it's a planned feature! Can be tracked here:
Related / due to:
Workaround: