From 4075897c1eeef32f17db4b8a471d22a9022133ce Mon Sep 17 00:00:00 2001 From: Hoseung Lee Date: Fri, 25 Jun 2021 13:54:48 +0900 Subject: [PATCH] Update kafka-ingestion.md to clarify PasswordProvider support limitation (#11374) Co-authored-by: Clint Wylie Co-authored-by: Clint Wylie --- docs/development/extensions-core/kafka-ingestion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/extensions-core/kafka-ingestion.md b/docs/development/extensions-core/kafka-ingestion.md index 541c1482fe7f..52b751ecc354 100644 --- a/docs/development/extensions-core/kafka-ingestion.md +++ b/docs/development/extensions-core/kafka-ingestion.md @@ -268,7 +268,7 @@ For such consumer properties, user can implement a [DynamicConfigProvider](../.. `druid.dynamic.config.provider`=`{"type": "", ...}` 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