12.4. KafkaListenerAuthenticationCustom schema properties
type 属性是一种辨别器,它会区分来自 KafkaListenerAuthenticationTls, KafkaListenerAuthenticationScramSha512, KafkaListenerAuthenticationOAuth 的 KafkaListenerAuthenticationCustom 类型的使用。对于类型 KafkaListenerAuthenticationCustom,它需要有值 custom。
| 属性 | Description |
|---|---|
| listenerConfig | 用于特定监听程序的配置。所有值都以 listener.name. <listener_name > 前缀。 |
| map | |
| sasl | 在此监听器上启用或禁用 SASL。 |
| 布尔值 | |
| secrets | 要挂载到 /opt/kafka/custom-authn-secrets/custom-listener- <listener_name>-<port> / <secret_name > 的 secret。 |
| type |
必须自定义 |
| 字符串 |