Is there a recommended performant way to monitor the depth of a chronicle-queue (the number of messages yet to be read)
I am thinking I can compare index() at current location with the index after moving to end, but this may be too costly in terms of performance. Potentially I can perform this in a background "monitoring thread"