orpiske commented on pull request #4380: URL: https://github.com/apache/camel/pull/4380#issuecomment-704870591
@lburgazzoli @oscerd @davsclaus this is related to previous discussions in the mailing list about the test-infra. Among other things, this could serves as a quick reference about how to use the code from those modules. Changing to the test infra also brings one additional test feature: it's possible to target remote deployments of Kafka. ```mvn -Dkafka.instance.type=remote -Dkafka.bootstrap.servers=myserver:9092 clean test verify``` wdyt? ---------------------------------------------------------------- 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]
