jamesnetherton commented on issue #1983: URL: https://github.com/apache/camel-quarkus/issues/1983#issuecomment-721214704
But your app is trying to convert a JSON string to a `Map`: ``` .convertBodyTo(String.class) .marshal().json(JsonLibrary.Jackson,java.util.LinkedHashMap.class) ``` So it should be using `unmarshal().json(...)`. Then the `Map` can be passed on to the protobuf `marshal()` step. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org