prateekm commented on a change in pull request #1571:
URL: https://github.com/apache/samza/pull/1571#discussion_r774096693



##########
File path: 
samza-kafka/src/main/scala/org/apache/samza/checkpoint/kafka/KafkaCheckpointManager.scala
##########
@@ -82,6 +82,8 @@ class KafkaCheckpointManager(checkpointSpec: KafkaStreamSpec,
   val stopConsumerAfterFirstRead: Boolean = new 
TaskConfig(config).getCheckpointManagerConsumerStopAfterFirstRead
 
   val checkpointReadVersions: util.List[lang.Short] = new 
TaskConfig(config).getCheckpointReadVersions
+  val LiveCheckpointMaxAgeMillis: Long = new 
TaskConfig(config).getLiveCheckpointMaxAgeMillis

Review comment:
       Minor: 'liveCheckpintMaxAgeMillis' (lowercase l)
   




-- 
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]


Reply via email to