Netflix / ribbon

Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support.
Apache License 2.0
4.58k stars 1.24k forks source link

如何理解ribbon的enableDynamicProperties #496

Open didideng opened 3 years ago

didideng commented 3 years ago

how to understand enableDynamicProperties, enableDynamicProperties是表示使用单独的ribbon.client配置还是说可以支持动态热更新?(例如动态修改timeout时间) ribbon支持热更新嘛?