Description
For time series collections (as part of a collection Alias with certain metadata), we want to automatically add new collections. In this issue, this is about creating the next collection based on a configurable fixed time gap. And we will also add this collection synchronously once a document flowing through the URP chain exceeds the gap, as opposed to asynchronously in advance. There will be some Alias metadata to define in this issue. The preponderance of the implementation will be in TimePartitionedUpdateProcessor or perhaps a helper to this URP.
note: other issues will implement pre-emptive creation and capping collections by size.