camel-opensearch-search-source-kafka-connector source configuration
Connector Description: Search data on OpenSearch The `query` parameter must be formatted in JSON. If you specify the `certificate` property, you must base64 encode it before you pass it as a parameter.
When using camel-opensearch-search-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-opensearch-search-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.opensearchsearchsource.CamelOpensearchsearchsourceSourceConnector
The camel-opensearch-search-source source connector supports 9 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
The time interval between two searches. | 1000 | MEDIUM | |
Required The query we want to use to search on OpenSearch. | HIGH | ||
Username to connect to OpenSearch. | MEDIUM | ||
Password to connect to OpenSearch. | MEDIUM | ||
Do we want to connect using SSL?. | false | MEDIUM | |
Required Comma separated list with ip:port formatted remote transport addresses to use. | HIGH | ||
Required The name of the index to act against. | HIGH | ||
Required The name of the cluster. | HIGH | ||
The Certificate for accessing the Opensearch cluster. You must encode this value in base64. | MEDIUM |
The camel-opensearch-search-source source connector has no converters out of the box.
The camel-opensearch-search-source source connector has no transforms out of the box.
The camel-opensearch-search-source source connector has no aggregation strategies out of the box.