Java IPC框架Ribbon简介

创建日期:2024-06-21 21:28:25
更新日期:2024-12-18 20:04:28

Ribbon is a client side IPC library that is battle-tested in cloud. It provides the following features

Load balancing

Fault tolerance

Multiple protocol (HTTP, TCP, UDP) support in an asynchronous and reactive model

Caching and batching

参考资料:https://github.com/Netflix/ribbon

转载请注明转自www.hylab.cn,原文地址:Java IPC框架Ribbon简介