christophd opened a new pull request #842: URL: https://github.com/apache/camel-kamelets/pull/842
- Adds utility class to auto deserialize message headers from byte[] to String - Option must be explicitly enabled on the source Kamelet - Add some automated tests on Kafka source/sink Kamelets This PR uses a new utility class `org.apache.camel.kamelets.utils.serialization.kafka.KafkaHeaderDeserializer` in `kafka-source.kamelet`. The CI tests on this PR are expected to fail because of this until the utility class is available in main_SNAPSHOT. Please have a look at the PR on my fork to see the successful tests CI workflow: https://github.com/christophd/camel-kamelets/pull/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org