You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: