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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements
Add support for mapping Solace message user properties to Kafka record Headers
Add support for mapping Solace message properties to Kafka record headers
Add sol.message_processor.map_user_properties config option to manage mapping Solace message user properties to Kafka record Headers (default: false)
Add sol.message_processor.map_solace_standard_properties config option to manage mapping Solace message standard properties to Kafka record Headers (default: false)
Update sample message processors SolSampleSimpleMessageProcessor.java and SolaceSampleKeyedMessageProcessor.java to use new message header injection based on added configuration properties.