google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
22.52k stars 3.19k forks source link

[gRPC] Update the code generator for Python to produce typed handlers #8326

Closed anton-bobukh closed 2 weeks ago

anton-bobukh commented 1 month ago

The new behaviour is controlled with --grpc-python-typed-handlers flag.

fliiiix commented 1 month ago

New flag should be probably reflected somewhere in the docs? Maybe here -> https://github.com/google/flatbuffers/blob/master/docs/source/Compiler.md ?