trinodb / trino-gateway

https://trinodb.github.io/trino-gateway/
Apache License 2.0
122 stars 47 forks source link

Retire BackendStateManager in favor of RouterManager #359

Open andythsu opened 1 month ago

andythsu commented 1 month ago

It looks like the purpose of BackendStateManager class is to provide states of clusters to frontend. We can use RouterManager to achieve the same result.