camel-kafka-connector
camel-kafka-connector copied to clipboard
Fallback mechanism in case Kafka message doesn’t contain headers
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.