Skip to content
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

Usage of Vert.x's Buffer#getByteBuf #45534

Open
geoand opened this issue Jan 13, 2025 · 0 comments
Open

Usage of Vert.x's Buffer#getByteBuf #45534

geoand opened this issue Jan 13, 2025 · 0 comments
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/vertx

Comments

@geoand
Copy link
Contributor

geoand commented Jan 13, 2025

Description

In Quarkus we occasionally need to turn a Buffer into an InputStream without duplicating the contents.
Currently we use something like: new ByteBufInputStream(buff.getByteBuf()); but getByteBuf has been removed in Vert.x 5.

We need to figure out how to support such cases soon

Implementation ideas

No response

@geoand geoand added the area/housekeeping Issue type for generalized tasks not related to bugs or enhancements label Jan 13, 2025
@geoand geoand changed the title Use of Vert.x's Buffer#getByteBuf Usage of Vert.x's Buffer#getByteBuf Jan 13, 2025
@geoand geoand changed the title Usage of Vert.x's Buffer#getByteBuf Usage of Vert.x's Buffer#getByteBuf Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/vertx
Projects
None yet
Development

No branches or pull requests

1 participant