You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public WriteStream<Buffer> write(Buffer data) -> Future<Buffer> write...
Someone have already adjust with the right implementations methods with quarkus 3.x? Or are there some library in quarkus api that contains some business logic for streaming inputStream? What could be used instead?
I understand but i'm bit confusing in some new method, and the Pump class is deprecated.
I try and i upload here some classes in the zip file attachment.
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AsyncInpiutStreamzip.zip
Good morning,
I found this class AsyncInputStream
I think it's a good Idea to be used for streaming input stream, but the test class https://github.com/wisdom-framework/wisdom/blob/wisdom-framework-0.10.0/core/wisdom-vertx-engine/src/test/java/org/wisdom/framework/vertx/AsyncISTest.java
is outdated, i think that the method write in the class BoundedWriteStream method write could be update using promises.
public WriteStream<Buffer> write(Buffer data) -> Future<Buffer> write...
Someone have already adjust with the right implementations methods with quarkus 3.x? Or are there some library in quarkus api that contains some business logic for streaming inputStream? What could be used instead?
I understand but i'm bit confusing in some new method, and the Pump class is deprecated.
I try and i upload here some classes in the zip file attachment.
Thanks
Roberto
Beta Was this translation helpful? Give feedback.
All reactions