Add a Flux<ByteBuffer> Backed Stream Implementations #11676
Labels
Azure.Core
azure-core
Client
This issue points to a problem in the data-plane of the library.
design-discussion
An area of design currently under discussion and open to team and community feedback.
feature-request
This issue requires a new behavior in the product in order be resolved.
pillar-performance
The issue is related to performance, one of our core engineering pillars.
Milestone
Many serialization libraries allow for streams to be passed in addition to
byte[]
andString
. Our network responses are presented asFlux<ByteBuffer>
which doesn't work with these APIs. We should look into addingInputStream
andOutputStream
implementations which are backed by aFlux<ByteBuffer
to allow for lazy reading during serialization and deserialization.The text was updated successfully, but these errors were encountered: