blob: 39342e087d7a7f6f93a397a92809de3bffbfd2f7 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-aws2-kinesis"]
= AWS 2 Kinesis
:linkattrs:
:cq-artifact-id: camel-quarkus-aws2-kinesis
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Consume and produce records from AWS Kinesis Streams using AWS SDK version 2.x.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: 1.7.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.7.0##
endif::[]
Consume and produce records from AWS Kinesis Streams using AWS SDK version 2.x.
[id="extensions-aws2-kinesis-whats-inside"]
== What's inside
* xref:{cq-camel-components}::aws2-kinesis-component.adoc[AWS Kinesis component], URI syntax: `aws2-kinesis:streamName`
* xref:{cq-camel-components}::aws2-kinesis-firehose-component.adoc[AWS Kinesis Firehose component], URI syntax: `aws2-kinesis-firehose:streamName`
Please refer to the above links for usage and configuration details.
[id="extensions-aws2-kinesis-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-aws2-kinesis[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-kinesis</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-aws2-kinesis-ssl-in-native-mode"]
== SSL in native mode
This extension auto-enables SSL support in native mode. Hence you do not need to add
`quarkus.ssl.native=true` to your `application.properties` yourself. See also
https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].