Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 WCF 中,我可以创建一个 udp 端点发现,以允许客户端在不知道端点地址的情况下找到服务。
是否有使用restful servicestack的类似方法,以便客户端可以使用某种发现检测来发现端点地址?
随着ServiceGateway的引入,现在有两个服务发现选项。
ServiceStack.Discovery.Consul
ServiceStack.Discovery.Redis