You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a mechanism such that when the size of the data in a day's worth of shards gets too large, then ingest will automatically start using the next set of shards. For example if the number of shards is currently 10, then once some configurable threshold is met then shards 10-19 will be used instead of 0-9.
The text was updated successfully, but these errors were encountered:
The idea is to be able to configure the ShardIdFactory with classes that implement some interface which can be used to override the shard id for an event. The method needs to be passed in the event (of course), the shard id that the factory would have calculated, and the max number of shards for the event.
We need a mechanism such that when the size of the data in a day's worth of shards gets too large, then ingest will automatically start using the next set of shards. For example if the number of shards is currently 10, then once some configurable threshold is met then shards 10-19 will be used instead of 0-9.
The text was updated successfully, but these errors were encountered: