You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2019/10/15 01:28:20 UTC

[GitHub] [samza] xinyuiscool opened a new pull request #1190: SAMZA-2352: Use min.compaction.lag.ms to avoid compacting the Kafka changelog topic

xinyuiscool opened a new pull request #1190: SAMZA-2352: Use min.compaction.lag.ms to avoid compacting the Kafka changelog topic
URL: https://github.com/apache/samza/pull/1190
 
 
   To enable transactional state, we will need to avoid the head of the changelog (the ones after last checkpoint) not being log-compacted so we can trim the rest of the updates. We use min.compaction.log.ms to control the compaction time.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services