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
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.
-
How to use
Uni
andAsyncFile
in Quarkus for serve a preview of a large file as, for example, avideo/mp4
file, while reading it from minio?I tried to implement this with
Response
class, following this, but without success:And from this I read about
Uni
andAsyncFile
.But I don't know how to implement it.
NOTE: Preferably I would like to return dirrectly reading the InputStream without saving the file as I take it from MinIO
Beta Was this translation helpful? Give feedback.
All reactions