Replies: 2 comments 1 reply
-
Please, do not use |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm curious and if you don't mind me asking @Lancetnik , what's the downside to directly using |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi everyone,
I use FastStream w/ NATS (JetStream) and the FastAPI integration. My goal is to process a batch of messages and publish individual responses for each message in the batch.
Unless I'm overlooking sth, with batching, using the Publisher Decorator I can only send a message for the entire batch, i.e.
will yield
To get around this, I guess only direct publishing can be used.
However, this throws an error:
Adding a manual
does work, but is this how it's supposed to be?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions