allegro / envoy-control

Envoy Control is a platform-agnostic, production-ready Control Plane for Service Mesh based on Envoy Proxy.
Apache License 2.0
100 stars 33 forks source link

Start containers in parallel #191

Closed misiek08 closed 4 years ago

misiek08 commented 4 years ago

Fixes https://github.com/allegro/envoy-control/issues/44

pzmi commented 4 years ago

@slonka, WDYT? I think #44 is a little bit outdated in conjunction with the extension based testing. Also, since parallelStream works on the forkjoin pool, the time difference is rather marginal.

slonka commented 4 years ago

Yeah I do not see too big improvement in time and this has to be reworked to work with Extension mechanism that we use to run containers (if that is possible).