camel-kafka-not-secured-apicurio-registry-json-source-kafka-connector source configuration
Connector Description: Receive data from Kafka topics on an insecure broker combined with Apicurio Registry secured with Keycloak for JSON Schema support.
When using camel-kafka-not-secured-apicurio-registry-json-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-kafka-not-secured-apicurio-registry-json-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.kafkanotsecuredapicurioregistryjsonsource.CamelKafkanotsecuredapicurioregistryjsonsourceSourceConnector
The camel-kafka-not-secured-apicurio-registry-json-source source connector supports 17 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.topic | Required Comma separated list of Kafka topic names. | HIGH | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.bootstrapServers | Required Comma separated list of Kafka Broker URLs. | HIGH | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.autoCommitEnable | If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer. | true | MEDIUM |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.allowManualCommit | Whether to allow doing manual commits. | false | MEDIUM |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.pollOnError | What to do if kafka threw an exception while polling for new messages. There are 5 enums and the value can be one of DISCARD, ERROR_HANDLER, RECONNECT, RETRY, STOP. | "ERROR_HANDLER" | MEDIUM |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.autoOffsetReset | What to do when there is no initial offset. There are 3 enums and the value can be one of latest, earliest, none. | "latest" | MEDIUM |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.consumerGroup | A string that uniquely identifies the group of consumers to which this source belongs Example: my-group-id. | MEDIUM | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.deserializeHeaders | When enabled the Kamelet source will deserialize all message headers to String representation. | true | MEDIUM |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.valueDeserializer | Deserializer class for value that implements the Deserializer interface. | "io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer" | MEDIUM |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.apicurioRegistryUrl | Required The Apicurio Schema Registry URL. | HIGH | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.apicurioAuthServiceUrl | Required The URL for Keycloak instance securing the Apicurio Registry Example: http://my-keycloak.com:8080/. | HIGH | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.apicurioAuthRealm | Required The Realm in Keycloak instance securing the Apicurio Registry. | HIGH | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.apicurioAuthClientId | Required The Client ID in Keycloak instance securing the Apicurio Registry. | HIGH | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.apicurioAuthClientSecret | Required The Client Secret in Keycloak instance securing the Apicurio Registry. | HIGH | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.apicurioAuthUsername | Required The Username in Keycloak instance securing the Apicurio Registry. | HIGH | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.apicurioAuthPassword | Required The Password in Keycloak instance securing the Apicurio Registry. | HIGH | |
camel.kamelet.kafka-not-secured-apicurio-registry-json-source.topicIsPattern | Whether the topic is a pattern (regular expression). This can be used to subscribe to dynamic number of topics matching the pattern. | false | MEDIUM |
The camel-kafka-not-secured-apicurio-registry-json-source source connector has no converters out of the box.
The camel-kafka-not-secured-apicurio-registry-json-source source connector has no transforms out of the box.
The camel-kafka-not-secured-apicurio-registry-json-source source connector has no aggregation strategies out of the box.