Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.11.0
-
None
-
Unknown
Description
There is a problem reported in camel-quarkus for the camel-platform-http-vertx component, where it attempts and fails to do type conversion from io.vertx.core.buffer.Buffer to java.nio.ByteBuffer.
https://github.com/apache/camel-quarkus/issues/2838
VertxPlatformHttpSupport.writeResponse should have an additional check to see if the message body is io.vertx.core.buffer.Buffer, and if it is, just use it to write the HTTP response. There is no conversion needed in this scenario.
Attachments
Issue Links
- links to