Stream
Since Camel Quarkus 1.0.0-M4, JVM and native
Read from system-in and write to system-out and system-err streams.
What’s inside
-
Stream component, URI syntax:
stream:kind
Please refer to the above link for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stream</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Additional Camel Quarkus configuration
-
Check the Character encodings section of the Native mode guide if you want to use non-default encodings for the stream endpoint
encoding
URI parameter.