LoRez commented on code in PR #9191: URL: https://github.com/apache/camel/pull/9191#discussion_r1086348085
########## components/camel-zeebe/src/main/docs/zeebe-component.adoc: ########## @@ -0,0 +1,293 @@ += Zeebe Component +:doctitle: Zeebe +:shortname: zeebe +:artifactid: camel-zeebe +:description: Zeebe component which does integrage with Camunda Zeebe to interact with the API. +:since: 1.0-SNAPSHOT +:supportlevel: Experimental +:component-header: Both producer and consumer are supported + +*Since Camel {since}* + +*{component-header}* + +The *Zeebe*: components provides the ability to interact with business processes in https://github.com/camunda/zeebe[Zeebe]. + +In order to use the Zeebe component, Maven users will need to add the +following dependency to their `pom.xml`: + +Prerequisites + +You must have access to a local zeebe instance. More information is available at +https://camunda.com/platform/zeebe/[Camunda Zeebe]. + +*pom.xml* + +[source,xml] +---- +<dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-zeebe</artifactId> + <version>x.x.x</version> + <!-- use the same version as your Camel core version --> +</dependency> +---- Review Comment: It seems there are multiple flavors how adocs are structured. I changed it so that the pom info is at the end as in the redis component. -- 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