Replies: 2 comments
-
This seems like this question is specifically about the Camel Rabbit MQ Source Connector, so not related to Strimzi at all, so I'm afraid you are unlikely to get any answer here. I would suggest asking in the Camel community. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I m try to use
org.apache.camel.kafkaconnector.rabbitmqsource.CamelRabbitmqsourceSourceConnector
.I send simple json in rabbitmq queue like { "id": 14 } and in kafka connect i take null message key.
So, i has set
valueToKey
transformer but kafka-connect throw exception DataException: Only Struct objects supported for [copying fields from value to key]Can sameone suggest me, what i need do for work with message data like simple json ojbect (without schema)?
Beta Was this translation helpful? Give feedback.
All reactions