hashicorp / memberlist

Golang package for gossip based membership and failure detection
Mozilla Public License 2.0
3.62k stars 435 forks source link

Configurable MetaMaxSize #218

Closed hanshasselberg closed 4 years ago

hanshasselberg commented 4 years ago

Consul Enterprise uses metadata for network segments. Limiting it to 512Bytes, impacts the number of segments that can be used severely. This limit is very conservative and will remain the default. But it should be safe to increase that most of the time and this PR is the foundation for that.