Skip to content

How to send or publish gRPC binary format data by using RAFT cluster? #152

Answered by sakno
Jeevananthan-23 asked this question in Q&A
Discussion options

You must be logged in to vote

What you mean by send or publish gRPC binary format? gRPC binary format is Protobuf. Protobuf can be used standalone as serialization format without gRPC. .NEXT Raft implementation has no restrictions over binary format of log entries stored in WAL and replicated across the cluster. Thus, you can use Protobuf, MessagePack, BSON, JSON, or whatever you like.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Jeevananthan-23
Comment options

@sakno
Comment options

@sakno
Comment options

Answer selected by Jeevananthan-23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants