schananas / practical-reactor

Practical Project Reactor and reactive programing workshop
MIT License
387 stars 755 forks source link

Validate that processing is parallel in c11_Batching#command_gateway. #4

Closed Eskumu closed 2 years ago

Eskumu commented 2 years ago

Harden tests to make sure that aggregated groups are processed in parallel by asserting duration of the pipeline.

As suggested in https://github.com/schananas/practical-reactor/issues/2#issuecomment-1160151215 Merge alongside #5

schananas commented 2 years ago

Thank you for your contribution!