Content
@
0 reply
0 recast
0 reaction
vrypan |--o--|
@vrypan.eth
When I ask people who build tools using the gRPC hub interface, and they all manually pull/copy the protobuf definitions from the monorepo. There is no programatic way to check if you are using the latest .proto files or if they changed since the last time you used them, or what changed. Ideally, they would be a separate repo, with their own version. Maybe there are other, better solutions. But can we do something about it? cc @sanjay
3 replies
0 recast
6 reactions
Blinky Stitt
@flashprofits.eth
Reflection maybe?
2 replies
0 recast
0 reaction
Blinky Stitt
@flashprofits.eth
https://grpc.io/docs/guides/reflection/ It looks easy to implement. https://github.com/grpc/grpc-node/blob/master/examples/reflection/server.js
0 reply
0 recast
0 reaction
vrypan |--o--|
@vrypan.eth
I need to know if I should rebuild my farcaster-py library, and provide devs who use it with a way to know that the version they are using or will use supports X but not Y (for example does not yet support profile location data). How will reflection help?
2 replies
0 recast
1 reaction