squakez commented on issue #1915: URL: https://github.com/apache/camel-k/issues/1915#issuecomment-908401382
I had a look at this and I think there may be an issue with the underlying Camel component. Having a quick look at the code, it seems the dataformat is creating a `Map` with the unmarshal operation. Then, the Vert.x components is trying to force the [conversion from a Map to a ByteBuffer](https://github.com/apache/camel/blob/main/components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpSupport.java#L183), and here it fails as I suppose there is no available converter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org