You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new field to binary iproto protocol. IPROTO_STREAM_ID 0x0a determines whether a request
belongs to a stream or not. If this field is omitted
or equal to zero this request doesn't belongs to stream.
Requested by @EvgenyMekhanik in tarantool/tarantool@e0bac73.
The text was updated successfully, but these errors were encountered:
Written by Peter Gulutzan
Translated by Maria Kovalevskaya, translation reviewed by Patience Daur
Co-authored-by: Peter Gulutzan <[email protected]>
Co-authored-by: Maria Kovalevskaya <[email protected]>
Co-authored-by: Patience Daur <[email protected]>
Add the new field to binary iproto protocol
Product: Tarantool
Since: 2.10.0-beta1
Root document: https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/
SME: @ EvgenyMekhanik
Peer reviewer: @
Estimate[@xuniq]: 2pt
Details
Add new field to binary iproto protocol.
IPROTO_STREAM_ID 0x0a
determines whether a requestbelongs to a stream or not. If this field is omitted
or equal to zero this request doesn't belongs to stream.
Requested by @EvgenyMekhanik in tarantool/tarantool@e0bac73.
The text was updated successfully, but these errors were encountered: