GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/2147
CAMEL-12076: Specified topic is ignored when KafkaConfiguration is used If topic property was not received from configuration or header parameters take it from the remaining URI. Also some minor code style fixes are applied. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmvolod/camel CAMEL-12076 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2147.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2147 ---- commit ed9d4d6fe5f4ccc9975c62b89a145beebf079ef2 Author: Dmitry Volodin <dmvo...@gmail.com> Date: 2017-12-14T09:43:50Z CAMEL-12076: Specified topic is ignored when KafkaConfiguration is used ---- ---