tarantool / tarantool/doc

introduced the `interface` URI param support in `replication`

Open
#5,481 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
CSS
Stars
15
Forks
49
Avg merge
1d 13h
Merged PRs (30d)
3

Description

Now a URI passed to the box.cfg.replication can contain interface
parameter specifying the name of the interface to bind the connection
to the URI to.

Examples of the box.cfg.replication value:

  • {uri1, params = {interface = 'enp0s31f6'}}
  • {uri1, uri2, default_params = {interface = 'enp0s31f6'}}
  • {
      uri1, {uri2, params = {interface = 'wlp0s20f3'}}, uri3,
      default_params = {interface = 'enp0s31f6'}
    }
    

Requested by @mkostoevr in https://github.com/tarantool/tarantool/commit/0fcb78b9d5dea551ecfd8bdbee6e272537160701.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the documentation for box.cfg.replication and review how replication URI parameters are described. Document the interface parameter using the supplied configuration examples; the work is done when users can find and understand the supported syntax.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.