weaveworks / mesh

A tool for building distributed applications.
Apache License 2.0
879 stars 107 forks source link

Query on effect of connlimit on Control plane topology and data plane topology #136

Open megarajan opened 1 month ago

megarajan commented 1 month ago

If we have n nodes , and have connlimit to default of 100 ,

does it mean control plane topology will have n^2 connections ie a full mesh but data plane topology will have only 100 connections, ie a partial mesh . ?

will increasing connlimit to n^2 , does it mean we move from partial mesh to full mesh in data plane as well ?

o6uoq commented 1 month ago

No one has committed to this repo for 5 years.