mirror of https://github.com/apache/druid.git
Update kafka-ingestion.md to clarify PasswordProvider support limitation (#11374)
Co-authored-by: Clint Wylie <cjwylie@gmail.com> Co-authored-by: Clint Wylie <cjwylie@gmail.com>
This commit is contained in:
parent
de8daf8139
commit
ed0a57e106
|
@ -268,7 +268,7 @@ For such consumer properties, user can implement a [DynamicConfigProvider](../..
|
|||
`druid.dynamic.config.provider`=`{"type": "<registered_dynamic_config_provider_name>", ...}`
|
||||
in consumerProperties map.
|
||||
|
||||
Note: In 0.20.0 or older Druid versions, for SSL connections, the `keystore`, `truststore` and `key` passwords can also be provided as a [Password Provider](../../operations/password-provider.md). This is deprecated.
|
||||
Note: SSL connections may also be supplied using the deprecated [Password Provider](../../operations/password-provider.md) interface to define the `keystore`, `truststore`, and `key`. This functionality might be removed in a future release.
|
||||
|
||||
#### Specifying data format
|
||||
|
||||
|
|
Loading…
Reference in New Issue