camel.kamelet.kafka-batch-azure-schema-registry-source.topic | Required Comma separated list of Kafka topic names. | | HIGH |
camel.kamelet.kafka-batch-azure-schema-registry-source.bootstrapServers | Required Comma separated list of Kafka Broker URLs. | | HIGH |
camel.kamelet.kafka-batch-azure-schema-registry-source.securityProtocol | Protocol used to communicate with brokers. SASL_PLAINTEXT, PLAINTEXT, SASL_SSL and SSL are supported. | "SASL_SSL" | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-source.saslMechanism | The Simple Authentication and Security Layer (SASL) Mechanism used. | "PLAIN" | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-source.password | Required Password to authenticate to kafka. | | HIGH |
camel.kamelet.kafka-batch-azure-schema-registry-source.autoCommitEnable | If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer. | true | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-source.allowManualCommit | Whether to allow doing manual commits. | false | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-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-batch-azure-schema-registry-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-batch-azure-schema-registry-source.consumerGroup | A string that uniquely identifies the group of consumers to which this source belongs Example: my-group-id. | | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-source.deserializeHeaders | When enabled the Kamelet source will deserialize all message headers to String representation. | true | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-source.valueDeserializer | Deserializer class for value that implements the Deserializer interface. | "com.microsoft.azure.schemaregistry.kafka.avro.KafkaAvroDeserializer" | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-source.azureRegistryUrl | Required The Apicurio Schema Registry URL. | | HIGH |
camel.kamelet.kafka-batch-azure-schema-registry-source.specificAvroValueType | The Specific Type Avro will have to deal with Example: com.example.Order. | | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-source.batchSize | The maximum number of records returned in a single call to poll(). | 500 | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-source.pollTimeout | The timeout used when polling the KafkaConsumer. | 5000 | MEDIUM |
camel.kamelet.kafka-batch-azure-schema-registry-source.maxPollIntervalMs | The maximum delay between invocations of poll() when using consumer group management. | | MEDIUM |