weimeilin79 commented on issue #1983: URL: https://github.com/apache/camel-quarkus/issues/1983#issuecomment-721253456
oh, that was just a test, I was playing with it. And accidentally pushed to github. This is one code I am talk about (I will push a correct version) ``` from("platform-http:/transfer?httpMethodRestrict=POST&consumes=application/json") .marshal().protobuf("demo.camel.TransactionProtos$Transaction") .toD("kafka:weborder?brokers=localhost:9092&groupId=producergroup&serializerClass=org.apache.kafka.common.serialization.ByteBufferSerializer&key=${header.sender}") ``` ---------------------------------------------------------------- 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