Open smaldini opened 8 years ago
Distribute the sequence onto N transformable Publisher that can be eventually joined back. Ex :
Publisher
stream.partition(6).dispatchOn(ForkJoinPool.commonPool()).map(service::blockingTask).merge()
Supported PartitionPublisher operator :
Partition resolution could be provided via key extractor and unlike GroupBy would use a fixed-delimited list of keys.
Distribute the sequence onto N transformable
Publisher
that can be eventually joined back. Ex :Supported PartitionPublisher operator :
Partition resolution could be provided via key extractor and unlike GroupBy would use a fixed-delimited list of keys.