Este contenido no está disponible en el idioma seleccionado.
Chapter 15. GenericKafkaListenerConfigurationBootstrap schema reference
Used in: GenericKafkaListenerConfiguration
Full list of GenericKafkaListenerConfigurationBootstrap
schema properties
Configures bootstrap service settings for listeners.
Example configuration for the host
, nodePort
, loadBalancerIP
, and annotations
properties is shown in the GenericKafkaListenerConfiguration
schema section.
15.1. Specifying alternative bootstrap addresses Copiar enlaceEnlace copiado en el portapapeles!
To specify alternative names for the bootstrap address, use the alternativeNames
property. This property is applicable to all types of listeners. The names are added to the broker certificates and can be used for TLS hostname verification.
Example route
listener configuration with additional bootstrap addresses
15.2. GenericKafkaListenerConfigurationBootstrap schema properties Copiar enlaceEnlace copiado en el portapapeles!
Property | Property type | Description |
---|---|---|
alternativeNames | string array | Additional alternative names for the bootstrap service. The alternative names will be added to the list of subject alternative names of the TLS certificates. |
host | string |
Specifies the hostname used for the bootstrap resource. For |
nodePort | integer |
Node port for the bootstrap service. For |
loadBalancerIP | string |
The loadbalancer is requested with the IP address specified in this property. This feature depends on whether the underlying cloud provider supports specifying the |
annotations | map |
Annotations added to |
labels | map |
Labels added to |
externalIPs | string array |
External IPs associated to the nodeport service. These IPs are used by clients external to the OpenShift cluster to access the Kafka brokers. This property is helpful when |