envoyproxy/envoy
在 GitHub 查看Repeated on-demand vhds updates unsubscribe from previously resolved vhosts
Open
#12,158 创建于 2020年7月17日
area/xdsbughelp wanted
仓库指标
- Star
- (27,997 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
Description: If a vhost named "foo.com" has been previously resolved, an attempt to resolve "bar.com" will result in "foo.com" vhost being unsubscribed from, and all updates for it lost.
This is due to how GrpcMuxWatch::update is implemented -- it expects a list of resource names that should be watched. The resources which names are not in the list will be unsubscribed from.
edit: not an issue for NewGrpcMuxImpl::addWatch