Croway commented on PR #18356: URL: https://github.com/apache/camel/pull/18356#issuecomment-2966643159
``` $ camel infra run kafka --json { "brokers" : "localhost:9092", "getBootstrapServers" : "localhost:9092" } ``` ``` - route: id: route-8109 from: uri: timer:yaml parameters: period: "1000" steps: - setBody: simple: Hello Camel from ${routeId} - to: id: to-1494 uri: kafka parameters: brokers: localhost:9092 topic: cheese - route: id: route-4039 from: id: from-1758 uri: kafka parameters: brokers: localhost:9092 topic: cheese steps: - log: id: log-1871 message: ${body} ``` -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org