Hey all.
We're currently using schemas stored in AWS Glue and have tried to use the RabbitMQ Camel KafkaConnector. Seems to work pretty good but when trying to configure it with Avro value converter, as such:
org.apache.camel.NoTypeConversionAvailableException: No type converter available to convert from type: org.apache.kafka.connect.data.Struct to the required type: byte[] with value Struct{subLedger=Struct{...
The values in the struct seem to be the deserialized value. Is there any specific configuration I'm required to add?
Would appreciate any help, thanks! (or even knowing if this is not supported)
Hey all. We're currently using schemas stored in AWS Glue and have tried to use the RabbitMQ Camel KafkaConnector. Seems to work pretty good but when trying to configure it with Avro value converter, as such:
We're getting the following error:
The values in the struct seem to be the deserialized value. Is there any specific configuration I'm required to add?
Would appreciate any help, thanks! (or even knowing if this is not supported)