I\'m currently working on message bus based on kafka and managed by camel and Spring. I have a XML route definition to poll events and retrieve the corresponding complete bu
If you are getting null value from this exchange.getIn().getHeader(KafkaConstants.MANUAL_COMMIT, KafkaManualCommit.class)
You need to set allowManualCommit=true in kafka uri