python-betterproto icon indicating copy to clipboard operation
python-betterproto copied to clipboard

Interacting with an existing code base?

Open jenstroeger opened this issue 2 years ago • 0 comments

This looks like a great project, thank you!

A few questions:

  1. For an existing, largely Google grpcio based codebase — how does support look like? For example, the generated code seems to require asyncio and grpclib, which would require quite some rewrite?
  2. Do I understand correctly that deserializing incoming requests and serializing outgoing responses is supported already, either via data classes or Pydantic?
  3. What about interceptors, in particular the grpc-interceptor package?

jenstroeger avatar Mar 01 '23 09:03 jenstroeger