Skip to content

Commit

Permalink
Update kafka-ingestion.md to clarify PasswordProvider support limitat…
Browse files Browse the repository at this point in the history
…ion (apache#11374)

Co-authored-by: Clint Wylie <cjwylie@gmail.com>

Co-authored-by: Clint Wylie <cjwylie@gmail.com>
  • Loading branch information
2 people authored and jihoonson committed Jul 11, 2021
1 parent 02a4e7a commit 4075897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/extensions-core/kafka-ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4075897

Please sign in to comment.