ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340803780
########## File path: docs/modules/ROOT/pages/extensions/netty.adoc ########## @@ -0,0 +1,48 @@ +[[netty]] += Netty Extension + +*Experimental* +*Since Camel Quarkus 0.3* + +The Netty extension provides socket level networking using TCP or UDP with the Netty 4.x library + +Maven users will need to add the following dependency to their `pom.xml` for this extension. + +[source,xml] +------------------------------------------------------------ +<dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-netty</artifactId> +</dependency> +------------------------------------------------------------ + +== Usage + +The extension provides experimental support for the Camel https://camel.apache.org/components/latest/netty-component.html[Netty Component]. + +=== Example Configuration Review comment: I'd say this is usage rather than configuration. I think we tend to reserve the term configuration for the entries in `application.properties`. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services