camel-kafka-connector icon indicating copy to clipboard operation
camel-kafka-connector copied to clipboard

Fallback mechanism in case Kafka message doesn’t contain headers

Open Estebangpp opened this issue 4 years ago • 0 comments

I think it would be nice to have the fallback mechanism for messages that doesn’t have headers inside them, this could be useful for cases where one needs to process old Kafka messages without needing to modify them. It would use the already existing Kafka partition key, if it's empty or null, use the exchange id.

Estebangpp avatar Oct 01 '21 19:10 Estebangpp