Closed michaeljwood closed 8 months ago
Hi @michaeljwood
I've pushed a branch: https://github.com/lensesio/stream-reactor/pull/1027
Do you want to try this and see if it solves the problem you've reported?
Let me know if you need help building it.
Alright, got that built and deployed to my test cluster, and it appeared to be working. Thank you @davidsloan!
This has now been released in https://github.com/lensesio/stream-reactor/releases/tag/6.1.0
Issue Guidelines
Please review these questions before submitting any issue?
What version of the Stream Reactor are you reporting this issue for?
6.0.3
Are you running the correct version of Kafka/Confluent for the Stream reactor release?
Yes, 3.3.1
Do you have a supported version of the data source/sink .i.e Cassandra 3.0.9?
No
Have you read the docs?
Yes
What is the expected behaviour?
JMS source connector is able to process a message with a JMSReplyTo header set to a queue. JMS sink connector is able to process messages with a null JMSReplyTo header value.
What was observed?
JMS source connector encounters a DataException when processing a message with a JMSReplyTo header set to a queue. JMS sink connector encounters a NullPointerException when processing a message with a null JMSReplyTo header value.
The JMSReplyTo header in the source connector seems to need to be converted to a string here. I believe for the sink connector the problem is the .toString() call here.
What is your Connect cluster configuration (connect-avro-distributed.properties)?
What is your connector properties configuration (my-connector.properties)?
Source connector
Sink connector
Please provide full log files (redact and sensitive information)
Source connector exception
Sink connector exception