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
Fix: Enhance JMS Header Handling for Null Values with proper Kafka Header Mapping (#154)
* This fix is to handle , When JMS header key comes as empty from MQ properties, the kafka connect pipeline is failing with NullpointerException while sinking the data to kafka . This scenario is handled in try block in the JmsToKafkaHeaderConverter class
* fix: review comments from #144 as well as add more tests
Signed-off-by: Joel Hanson <joelhanson025@gmail.com>
Co-authored-by: balajisekarraman <balajisekarraman@gmail.com>
0 commit comments