rmatharu commented on a change in pull request #941: SAMZA-2120: Enable custom 
handling of ConsumerRecords consumed by Kafka 
URL: https://github.com/apache/samza/pull/941#discussion_r263554894
 
 

 ##########
 File path: samza-core/src/main/java/org/apache/samza/task/AsyncRunLoop.java
 ##########
 @@ -611,10 +611,12 @@ public void run() {
             List<TaskCallbackImpl> callbacksToUpdate = 
callbackManager.updateCallback(callbackImpl);
             for (TaskCallbackImpl callbackToUpdate : callbacksToUpdate) {
               IncomingMessageEnvelope envelope = callbackToUpdate.envelope;
-              log.trace("Update offset for ssp {}, offset {}", 
envelope.getSystemStreamPartition(), envelope.getOffset());
+              log.trace("Update offset for ssp {}, checkpoint offset {}", 
envelope.getSystemStreamPartition(),
 
 Review comment:
   log.trace("Update offset for ssp {}, offset {}, checkpoint offset {}", 
envelope.getSystemStreamPartition(), envelope.getOffset(), 
envelope.getCheckpointOffset());

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to