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] multiple iproto listen sockets #2447

Closed
TarantoolBot opened this issue Nov 17, 2021 · 2 comments
Closed

[2pt] multiple iproto listen sockets #2447

TarantoolBot opened this issue Nov 17, 2021 · 2 comments
Labels
feature A new functionality iproto Related to the iproto protocol reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Nov 17, 2021

These functionality updates will be described in the scope of another doc issue: #2492

Closing this issue as dublicate.

Product: Tarantool
Since: 2.10.0-beta2
Audience/target: dev
Root document: TBD which sections below are to be updated

SME: @ EvgenyMekhanik

Details

Implement ability to open several listening sockets.
Implement ability to pass several listening uri as a table of numbers or strings.

box.cfg { listen = {3301, 3302, 3303} }
box.cfg { listen = {"127.0.0.1:3301", "127.0.0.1:3302"} }

Requested by @EvgenyMekhanik in tarantool/tarantool@531e229

@Totktonada
Copy link
Member

@EvgenyMekhanik What is the syntax for the TT_LISTEN environment variable?

@xuniq xuniq added this to the Estimate [@xuniq] milestone Dec 24, 2021
@xuniq xuniq changed the title multiple iproto listen sockets [3pt?] multiple iproto listen sockets Dec 24, 2021
@xuniq xuniq added feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality labels Dec 24, 2021
@veod32 veod32 added the iproto Related to the iproto protocol label Dec 29, 2021
@xuniq xuniq changed the title [3pt?] multiple iproto listen sockets [3pt] multiple iproto listen sockets Jan 10, 2022
@xuniq xuniq modified the milestones: Estimate [@xuniq], iproto Jan 12, 2022
@patiencedaur patiencedaur removed this from the iproto milestone Feb 1, 2022
@veod32 veod32 changed the title [3pt] multiple iproto listen sockets [2pt] multiple iproto listen sockets Feb 2, 2022
@veod32 veod32 closed this as completed Feb 2, 2022
@veod32
Copy link
Collaborator

veod32 commented Feb 24, 2022

@EvgenyMekhanik What is the syntax for the TT_LISTEN environment variable?

Will be described as a part of #2066

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality iproto Related to the iproto protocol 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

5 participants