We are using Akka Persistence Cassandra 1.0.6. We are trying to track which TimeBucket is currently being scanned. The idea is to get some information about how many TimeBuckets are needed to be read in order to catch up the current system time. The current scanned TimeBucket is logged in DEBUG mode, so I was wondering if there’s a way for doing this.
Hello,
To track the currently scanned TimeBucket in Akka Persistence Cassandra 1.0.6, you can use the events by tag query. This query allows you to monitor the progress and determine how many TimeBuckets are needed to catch up to the current system time. Ensure you log the current TimeBucket in DEBUG mode for detailed tracking. flvs parent login