line / centraldogma

Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2
https://line.github.io/centraldogma/
Apache License 2.0
604 stars 118 forks source link

Avoid Using Future.join() During Control Plane Plugin Startup #1022

Closed minwoox closed 2 months ago

minwoox commented 2 months ago

Motivation: The use of repository.find(...).join() during the control plane plugin startup introduces unnecessary delays.

Modifications:

Result: