Skip to content

[2pt] stream support was added to net.box #2308

Closed
@TarantoolBot

Description

@TarantoolBot

Product: Tarantool
Since: 2.10.0-beta1
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/net_box/
SME: @ expert to ask for more information
Peer reviewer: @ EvgenyMekhanik

Details

In "net.box", stream is an object over connection that
has the same methods, but all requests from it sends
with non-zero stream ID. Stream ID is generated on the
client automatically. Simple example of stream creation
using net.box:

stream = conn:new_stream()
-- all connection methods are valid, but send requests
-- with non zero stream_id.

Requested by @ EvgenyMekhanik in tarantool/tarantool@0084f90.

Related to #2307

Metadata

Metadata

Assignees

Labels

featureA new functionalityreference[location] Tarantool manual, Reference partserver[area] Task relates to Tarantool's server (core) functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions