Is sequence ordering guaranteed in connect-web in the same way as in protocol buffers? #710
-
Thank you for your contribution! I create proto file like below.
Then I use connect-web, no use proxy like envoy.
Client can request to connect server by using curl command. I found this disucussion Does repeated fields in protobuffers keep the order they are inserted?, recognized that order is guaranteed in gRPC using Is ordering guaranteed in the same way as gRPC using best regard |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @hiroyuki-fujii-td. Yes, the ordering for repeated fields is guaranteed with Connect-Web also according to the spec. The same guarantees apply, i.e:
|
Beta Was this translation helpful? Give feedback.
Hi @hiroyuki-fujii-td. Yes, the ordering for repeated fields is guaranteed with Connect-Web also according to the spec. The same guarantees apply, i.e: