mirror of https://github.com/apache/druid.git
remove dupe sentence (#11821)
This commit is contained in:
parent
4354e43983
commit
10c5fa93f1
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue