이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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 링크 복사링크가 클립보드에 복사되었습니다!
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 링크 복사링크가 클립보드에 복사되었습니다!
| 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 |