-
First of all, thanks for the very nice flatbuffer compiler/runtime written in C. I was able to build the library in an embedded processor without any issues. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks, there are no current plans for RPC and especially not gRPC because it is very tool heavy. However, RPC was recently added to the binary bfbs schema, so it should be relatively easy to read a bfbs file and generate custom RPC logic as needed. This is only master branch but will be included in the next release (no timeline, but here is more than enough for new release already). |
Beta Was this translation helpful? Give feedback.
Thanks,
there are no current plans for RPC and especially not gRPC because it is very tool heavy.
At some point I could imagine adding RPC for MQTT 5.0 RPC calls, but there are no current plans, and I am not really sure what RPC gives over just using tables in message processors - what would RPC logic add?
However, RPC was recently added to the binary bfbs schema, so it should be relatively easy to read a bfbs file and generate custom RPC logic as needed. This is only master branch but will be included in the next release (no timeline, but here is more than enough for new release already).