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

abhishek 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 10c5fa9  remove dupe sentence (#11821)
10c5fa9 is described below

commit 10c5fa93f155f4ed0477f00a45c8c791f256b2b8
Author: Charles Smith <[email protected]>
AuthorDate: Mon Oct 25 02:18:20 2021 -0700

    remove dupe sentence (#11821)
---
 docs/operations/dynamic-config-provider.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/operations/dynamic-config-provider.md 
b/docs/operations/dynamic-config-provider.md
index 0b34338..ead0323 100644
--- a/docs/operations/dynamic-config-provider.md
+++ b/docs/operations/dynamic-config-provider.md
@@ -25,7 +25,6 @@ title: "Dynamic Config Providers"
 Druid relies on dynamic config providers to supply multiple related sets of 
credentials, secrets, and configurations within a Druid extension. Dynamic 
config providers are intended to eventually replace 
[PasswordProvider](./password-provider.md).
 
 By default, Druid includes an environment variable dynamic config provider 
that supports Kafka consumer configuration in [Kafka 
ingestion](../development/extensions-core/kafka-ingestion.md).
-- Kafka consumer configuration in [Kafka 
ingestion](../development/extensions-core/kafka-ingestion.md)
 
 To develop a custom extension of the `DynamicConfigProvider` interface that is 
registered at Druid process startup, see [Adding a new DynamicConfigProvider 
implementation](../development/modules.md#adding-a-new-dynamicconfigprovider-implementation).
 

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

Reply via email to