tomusdrw / jsonrpc-proxy

A generic and extensible JSON-RPC proxy, supporting cache and load-balancing.
GNU General Public License v3.0
81 stars 16 forks source link

Implement load-balancing transport #10

Closed tomusdrw closed 1 year ago

tomusdrw commented 6 years ago

Support two (or more) upstreams and dispatch requests randomly between the transports (careful for subscriptions)

Pana commented 4 years ago

Does this feature implemented now ?

tomusdrw commented 4 years ago

@Pana nope.