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.
我正在设置 Netflix 的 Hystrix。但是由于防火墙,Hystrix Turbine 无法轮询服务器池。但是,服务器池中的节点可以将事件数据推送到 Turbine。天真的方法是设置一个中间服务器,由各个节点推送,然后 Turbine 轮询该服务器。单个节点是否有更好的方法将事件数据推送到涡轮机?