mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
Supports MCP service configuration protocol and SNI, along with various other fixes. (#1369)
This commit is contained in:
@@ -211,6 +211,8 @@ func (r *Reconciler) generateWatcherFromRegistryConfig(registry *apiv1.RegistryC
|
||||
direct.WithName(registry.Name),
|
||||
direct.WithDomain(registry.Domain),
|
||||
direct.WithPort(registry.Port),
|
||||
direct.WithProtocol(registry.Protocol),
|
||||
direct.WithSNI(registry.Sni),
|
||||
)
|
||||
case string(Eureka):
|
||||
watcher, err = eureka.NewWatcher(
|
||||
|
||||
Reference in New Issue
Block a user