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
It’s a complicated task, we should split it into small tasks
10
Context support - jsonrpc protocol
We should allow user transfer their context end to end. For example, when we try to using opentracing, the key point is that how to transfer the traceId between client and server.
Now users can invoke Java generic interface by dubbo-go, but dubbo-go doesn’t support generic service, which means that user can not expose their dubbo-go service as generic service. It’s much similar with Restful protocol.
21
Dynamic rate limit — BBR
Doing rate limit by collecting and calculating the system status. Like BBR
22
Dynamic load balance
Doing load balance by collecting and calculating the system status.
The text was updated successfully, but these errors were encountered: