oscerd commented on issue #1171: URL: https://github.com/apache/camel-kafka-connector/issues/1171#issuecomment-841191833
I would not use any connector for doing this. I would do a plain camel route
from(timer).to("http://rest-api").to("kafka")
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
