-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Multi<Byte>
and Multi<byte[]>
for octet stream in Rest Client Reactive
#20024
Labels
Milestone
Comments
@cescoffier @jponge I am pretty sure we could support this by turning Is there any such converter anywhere? |
Oh, that's nice! |
I'll have a look at this after #39265 is in |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 8, 2024
It makes much sense to support |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 8, 2024
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 11, 2024
geoand
added a commit
that referenced
this issue
Mar 11, 2024
Support sending Multi<io.vertx.mutiny.core.buffer.Buffer> in REST Client
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
REST Client Reactive should be able to parse binary data to
Multi<Byte>
and/orMulti<byte[]>
(where one batches of bytes roughly correspond to chunks of HTTP data)CC @cescoffier
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: