Maintain data plane client connections concurrently #127
Labels
area/maintenance
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
#93 introduced support for maintaining multiple gRPC client connections. However, the creation and destruction of the connections is done serially. First, we're closing outdated connections and then creating new connections, each happens one by one.
In large clusters, this will introduce significant delays at the reconciliation phase of the data-plane controller.
The text was updated successfully, but these errors were encountered: