rayfed icon indicating copy to clipboard operation
rayfed copied to clipboard

Make grpc proxy plugable.

Open jovany-wang opened this issue 2 years ago • 1 comments

  • [ ] Move grpc_config out of config file.
  • [ ] Make new communication component easy to plugin.

jovany-wang avatar Jul 19 '23 04:07 jovany-wang

Here is a really simple idea, we could just pass raw config dict to ProxyClass:

  • since this is a raw dict, user could add any custom confs,user could use the raw dict or convert it to a config instance
  • for the builtin gRPCProxy,we would build a config instance inside init method

However, config error won't be detected until actor remote call, so we need a way to let user find out config errors early

fengsp avatar Jul 21 '23 07:07 fengsp