Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Tracked by #2646
TarantoolBot opened this issue Aug 23, 2021 · 4 comments
Closed
Tracked by #2646

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

TarantoolBot opened this issue Aug 23, 2021 · 4 comments
Assignees
Labels
feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality
Milestone

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Aug 23, 2021

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

@art-dr art-dr added this to the Estimate [@arctic_dreamer] milestone Sep 14, 2021
@art-dr art-dr added server [area] Task relates to Tarantool's server (core) functionality reference [location] Tarantool manual, Reference part feature A new functionality labels Sep 14, 2021
@art-dr art-dr changed the title stream support was added to net.box [2pt?] stream support was added to net.box Sep 14, 2021
@art-dr
Copy link
Contributor

art-dr commented Sep 22, 2021

"…stream is an object over connection that
has the same methods…" — over or in?

@art-dr art-dr changed the title [2pt?] stream support was added to net.box [8pt] stream support was added to net.box Sep 22, 2021
@art-dr art-dr modified the milestones: Estimate [@arctic_dreamer], Stream related issues Sep 22, 2021
@patiencedaur patiencedaur changed the title [8pt] stream support was added to net.box [3pt] stream support was added to net.box Jan 11, 2022
@patiencedaur
Copy link
Contributor

Add a short description of streams and an example to the net.box page. Consider how it's done in Binary protocol.

@patiencedaur patiencedaur changed the title [3pt] stream support was added to net.box [2pt] stream support was added to net.box Jan 12, 2022
@patiencedaur
Copy link
Contributor

Related to #2311

@art-dr
Copy link
Contributor

art-dr commented Mar 9, 2022

This issue is being done as a part of #2311

@art-dr art-dr closed this as completed Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality
Projects
None yet
Development

No branches or pull requests

4 participants