Closed vtolstov closed 1 year ago
this is similar pr for drpc generator as like in grpc-go https://github.com/grpc/grpc-go/pull/5255
mostly this is needed to split generated code from generated protobuf messages code
also with this changes you can rename client and server interfaces do not have prefix DRPC
@zeebo any chance to get this merged? my use-case - split all generated code for grpc, drpc in different dirs
Sorry I missed all this. Taking a look now.
So I took a look at the grpc PR, and they had some concerns about the import path. Until that's resolved, can we make this an "unstable_standalone" flag or something?
Signed-off-by: Vasiliy Tolstov v.tolstov@unistack.org