You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* EdsSubscriptionFactory is used for instantiation of EDS subscriptions so as to minimize the
15
+
* number of open grpc connections used by thses subscriptions. This is done by sharing a grpc
16
+
* multiplexer between subscriptions handled by the same config server. Please see
17
+
* https://github.com/envoyproxy/envoy/issues/2943 for additional information and related issues.
18
+
*
19
+
* TODO (dmitri-d): This implementation should be generalized to cover RDS.
0 commit comments