You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RxNetty version 0.5.0 will have a much more robust implementation that includes managing a pool of hosts (for load balancing) as well as a new request creation pattern that makes Ribbon's RequestTemplate mostly obsolete. For load balancing RxNetty will use Ocelli (https://github.com/Netflix/ocelli) as a much leaner load balancer implementation.
Given these advancements in RxNetty most of the Ribbon codebase becomes obsolete and necessitates a new major version of Ribbon. The new version will most likely contain a single project with the sole functionality to wrap the RxNetty client from a service contract interface.
The text was updated successfully, but these errors were encountered:
RxNetty version 0.5.0 will have a much more robust implementation that includes managing a pool of hosts (for load balancing) as well as a new request creation pattern that makes Ribbon's RequestTemplate mostly obsolete. For load balancing RxNetty will use Ocelli (https://github.com/Netflix/ocelli) as a much leaner load balancer implementation.
Relevant RxNetty issues
ReactiveX/RxNetty#303
ReactiveX/RxNetty#317
Given these advancements in RxNetty most of the Ribbon codebase becomes obsolete and necessitates a new major version of Ribbon. The new version will most likely contain a single project with the sole functionality to wrap the RxNetty client from a service contract interface.
The text was updated successfully, but these errors were encountered: