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

sriharsha pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ba8fb6e  Fixing incorrect JavaDoc for METRICS_RECORDING_LEVEL_CONFIG 
key
ba8fb6e is described below

commit ba8fb6ec7094e1e31da25b39f9e6d872ed9b9fdd
Author: Matthias Wessendorf <mat...@apache.org>
AuthorDate: Tue Jul 17 04:30:10 2018 +0200

    Fixing incorrect JavaDoc for METRICS_RECORDING_LEVEL_CONFIG key
    
    Reviewers: Sriharsha Chintalapani <srihar...@apache.org>
---
 .../src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java 
b/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
index 0c484df..8e7b662 100644
--- 
a/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
+++ 
b/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
@@ -152,7 +152,7 @@ public class ProducerConfig extends AbstractConfig {
     public static final String METRICS_NUM_SAMPLES_CONFIG = 
CommonClientConfigs.METRICS_NUM_SAMPLES_CONFIG;
 
     /**
-     * <code>metrics.log.level</code>
+     * <code>metrics.recording.level</code>
      */
     public static final String METRICS_RECORDING_LEVEL_CONFIG = 
CommonClientConfigs.METRICS_RECORDING_LEVEL_CONFIG;
 

Reply via email to