Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KafkaConnect Camel RabbitMQ integration with AWS Glue #1565

Open
davido912 opened this issue Sep 12, 2023 · 0 comments
Open

KafkaConnect Camel RabbitMQ integration with AWS Glue #1565

davido912 opened this issue Sep 12, 2023 · 0 comments

Comments

@davido912
Copy link

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:

    value.converter.avroRecordType: GENERIC_RECORD
    value.converter.schemaName: banking.ledger.SubLedgerCreatedEventMessage
    value.converter.registry.name: streaming-registry
    value.converter: com.amazonaws.services.schemaregistry.kafkaconnect.AWSKafkaAvroConverter
    value.converter.region: eu-central-1

We're getting the following error:

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant