kfaraz commented on code in PR #16332:
URL: https://github.com/apache/druid/pull/16332#discussion_r1578756440


##########
docs/development/extensions-contrib/kafka-emitter.md:
##########
@@ -47,6 +47,7 @@ All the configuration parameters for the Kafka emitter are 
under `druid.emitter.
 | `druid.emitter.kafka.producer.config`              | JSON configuration to 
set additional properties to Kafka producer.                                    
                                    | no        | none                  |
 | `druid.emitter.kafka.clusterName`                  | Optional value to 
specify the name of your Druid cluster. It can help make groups in your 
monitoring environment.                         | no        | none              
    |
 | `druid.emitter.kafka.extra.dimensions` | Optional JSON configuration to 
specify a map of extra string dimensions for the events emitted. These can help 
make groups in your monitoring environment. | no | none |
+| `druid.emitter.kafka.producer.hiddenProperties`    | JSON configuration to 
specify sensitive Kafka producer properties such as username and password.  
This property accepts a 
[DynamicConfigProvider](../../operations/dynamic-config-provider.md) 
implementation. | no | none |                                                   
              | no        | none                  |

Review Comment:
   Typo: `| no | none |` occur twice in the line.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to