Subscription Message Broker #854
-
|
Hello, Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
srinivasankavitha
Feb 3, 2022
Replies: 1 comment 1 reply
-
|
Yes, that is a common use case. Once you subscribe to events on a topic, you can set up a Flux in your data fetcher and emit events based on the events coming in from the topic. Hope that answers your question. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Feedcube
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that is a common use case. Once you subscribe to events on a topic, you can set up a Flux in your data fetcher and emit events based on the events coming in from the topic.
Hope that answers your question.