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 b966ce1  Fix a typo in delegation.token.expiry.time.ms docs (#5449)
b966ce1 is described below

commit b966ce127c2152cebe6d94f18de6db0cbdcccbcb
Author: Marko Stanković <[email protected]>
AuthorDate: Tue Aug 7 19:46:56 2018 +0200

    Fix a typo in delegation.token.expiry.time.ms docs (#5449)
    
    Reviewers: Manikumar Reddy O <[email protected]>
---
 core/src/main/scala/kafka/server/KafkaConfig.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/scala/kafka/server/KafkaConfig.scala 
b/core/src/main/scala/kafka/server/KafkaConfig.scala
index 7f9ccf6..3d7367e 100755
--- a/core/src/main/scala/kafka/server/KafkaConfig.scala
+++ b/core/src/main/scala/kafka/server/KafkaConfig.scala
@@ -759,7 +759,7 @@ object KafkaConfig {
   val DelegationTokenMasterKeyDoc = "Master/secret key to generate and verify 
delegation tokens. Same key must be configured across all the brokers. " +
     " If the key is not set or set to empty string, brokers will disable the 
delegation token support."
   val DelegationTokenMaxLifeTimeDoc = "The token has a maximum lifetime beyond 
which it cannot be renewed anymore. Default value 7 days."
-  val DelegationTokenExpiryTimeMsDoc = "The token validity time in seconds 
before the token needs to be renewed. Default value 1 day."
+  val DelegationTokenExpiryTimeMsDoc = "The token validity time in miliseconds 
before the token needs to be renewed. Default value 1 day."
   val DelegationTokenExpiryCheckIntervalDoc = "Scan interval to remove expired 
delegation tokens."
 
   /** ********* Password encryption configuration for dynamic configs 
*********/

Reply via email to