But our Cassandra tables is storing the timebucket in this format 20200722 which is clearly “Day”.
We also tried to override the behavior with this setting
akka.persistence.cassandra.events-by-tag.bucket-size = “Hour”
But it seems that this is not honored either. Is there any limitation on the version we are using?