I have setup need to read the messages from MQ and post into the pre-defined schema with AVRO format. I try below and it's not working and getting errors. Any idea how can i make it work? incoming messages are not JSON format so i can't use the JSON record builders.
I have setup need to read the messages from MQ and post into the pre-defined schema with AVRO format. I try below and it's not working and getting errors. Any idea how can i make it work? incoming messages are not JSON format so i can't use the JSON record builders.
"mq.record.builder": "com.ibm.eventstreams.connect.mqsource.builders.DefaultRecordBuilder" "mq.message.body.jms": "true" "key.converter": "io.confluent.connect.avro.AvroConverter" "value.converter": "io.confluent.connect.avro.AvroConverter" "key.converter.schema.registry.url": "https://myschemaregistryURL:port", "value.converter.schema.registry.url": "https://myschemaregistryURL:port"