Replies: 1 comment 6 replies
-
Hi @khanakia, messages in NATS are payload agnostic so you are free to choose your own schema strategy and generate types from an IDL, like protocol buffers, if you want. gRPC provides an extension on top of protocol buffers with the Hopefully that makes sense, but happy to show you an example if anything is unclear. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do Nats have any client code generator from schema just like GRPC does so we can add Static Typing?
At the moment it's hard to know what parameters a message will accept so i want to generate a client which has Static Typing and make it easier to send the messages without even remembering what parameter a message will accept.
Beta Was this translation helpful? Give feedback.
All reactions