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

kfaraz 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 3ea0dfd6cef Docs: Fix typo in Kafka Emitter config (#17745)
3ea0dfd6cef is described below

commit 3ea0dfd6cef82d273f00d5db75f951a2f0a280cc
Author: Ashwin Tumma <[email protected]>
AuthorDate: Thu Feb 20 19:31:25 2025 -0800

    Docs: Fix typo in Kafka Emitter config (#17745)
    
    Co-authored-by: Ashwin Tumma <[email protected]>
---
 docs/development/extensions-contrib/kafka-emitter.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/development/extensions-contrib/kafka-emitter.md 
b/docs/development/extensions-contrib/kafka-emitter.md
index eca258e35a9..1d21bfc67f2 100644
--- a/docs/development/extensions-contrib/kafka-emitter.md
+++ b/docs/development/extensions-contrib/kafka-emitter.md
@@ -53,7 +53,7 @@ All the configuration parameters for the Kafka emitter are 
under `druid.emitter.
 
 ```
 druid.emitter.kafka.bootstrap.servers=hostname1:9092,hostname2:9092
-druid.emitter.kafka.event.types=["metrics", alerts", "requests", 
"segment_metadata"]
+druid.emitter.kafka.event.types=["metrics", "alerts", "requests", 
"segment_metadata"]
 druid.emitter.kafka.metric.topic=druid-metric
 druid.emitter.kafka.alert.topic=druid-alert
 druid.emitter.kafka.request.topic=druid-request-logs


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

Reply via email to