This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new ed0a57e  Update kafka-ingestion.md to clarify PasswordProvider support 
limitation (#11374)
ed0a57e is described below

commit ed0a57e1063bd4da5700a7c5727cdaffcadac7e8
Author: Hoseung Lee <[email protected]>
AuthorDate: Fri Jun 25 13:54:48 2021 +0900

    Update kafka-ingestion.md to clarify PasswordProvider support limitation 
(#11374)
    
    Co-authored-by: Clint Wylie <[email protected]>
    
    Co-authored-by: Clint Wylie <[email protected]>
---
 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 541c148..52b751e 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": 
"<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
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to