Partitioning Batched Requests Based on Request Property in RequestResolver
Within the context of
RequestResolver and batched requests, how'd you go about partitioning requests based on a request property? My datastore generally supports batching, but due to a limitation in the underlying storage, I have to partition the batched requests based on a request property (time window in this case).