Emitter - Bridging the imperative and the reactive worlds #23568
Replies: 2 comments 3 replies
-
How can I force the emitter to be synchronous / blocking? Running in a serverless context means I cannot wait for some background task to collect messages and send them "some point in the future" (because there is no future in serverless context) Actually when I try to use Emitter together with Quarkus for AWS Lambda, I get a "SRMSG00028: The subscription to mytopicname has been cancelled" |
Beta Was this translation helpful? Give feedback.
-
Hi, if emitter emits to remote amqp broker, |
Beta Was this translation helpful? Give feedback.
-
Emitter - Bridging the imperative and the reactive worlds
Quarkus: Supersonic Subatomic Java
https://quarkus.io/blog/reactive-messaging-emitter/
Beta Was this translation helpful? Give feedback.
All reactions