Skip to content

How to config the ring hash min size of the cluster runtime? #2021

@richardor

Description

@richardor

@mattklein123
refer to : https://www.envoyproxy.io/envoy/configuration/cluster_manager/cluster_runtime
cause the default size of ring hash is 1024, I want to set it larger. how to config it?

my configuations are as follows:
"cluster_manager": {
"clusters": [
{
"name": "service1",
"connect_timeout_ms": 250,
"type": "strict_dns",
"lb_type": "ring_hash",
"features": "http2",
"hosts": [
{
"url": "tcp://ip1:8888"
},
{
"url": "tcp://ip2:8888"
}
]
}
]
}

Metadata

Metadata

Assignees

Labels

questionQuestions that are neither investigations, bugs, nor enhancements

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions