Este contenido no está disponible en el idioma seleccionado.
Chapter 134. KafkaBridgeProducerSpec schema reference
Used in: KafkaBridgeSpec
Full list of KafkaBridgeProducerSpec
schema properties
Configures producer options for the Kafka Bridge.
Example Kafka Bridge producer configuration
Use the producer.config
properties to configure Kafka options for the producer as keys.
The values can be one of the following JSON types:
- String
- Number
- Boolean
Exceptions
You can specify and configure the options listed in the Apache Kafka configuration documentation for producers.
However, Streams for Apache Kafka takes care of configuring and managing options related to the following, which cannot be changed:
- Kafka cluster bootstrap address
- Security (encryption, authentication, and authorization)
- Consumer group identifier
Properties with the following prefixes cannot be set:
-
bootstrap.servers
-
sasl.
-
security.
-
ssl.
If the config
property contains an option that cannot be changed, it is disregarded, and a warning message is logged to the Cluster Operator log file. All other supported options are forwarded to Kafka Bridge, including the following exceptions to the options configured by Streams for Apache Kafka:
-
Any
ssl
configuration for supported TLS versions and cipher suites
The Cluster Operator does not validate the keys or values of config
properties. If an invalid configuration is provided, the Kafka Bridge deployment might not start or might become unstable. In this case, fix the configuration so that the Cluster Operator can roll out the new configuration to all Kafka Bridge nodes.
134.1. KafkaBridgeProducerSpec schema properties Copiar enlaceEnlace copiado en el portapapeles!
Property | Property type | Description |
---|---|---|
enabled | boolean |
Whether the HTTP producer should be enabled or disabled. The default is enabled ( |
config | map | The Kafka producer configuration used for producer instances created by the bridge. Properties with the following prefixes cannot be set: ssl., bootstrap.servers, sasl., security. (with the exception of: ssl.endpoint.identification.algorithm, ssl.cipher.suites, ssl.protocol, ssl.enabled.protocols). |