`interface` URI parameter support in `net.box.connect`
Open
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 net.box.connect can contain the interface
param specifying the name of the interface to bind the connection to.
Example: net_box.connect({3301, params = {interface = 'lo'}}).
Requested by @mkostoevr in https://github.com/tarantool/tarantool/commit/5528ca25776b2477f7858af5970f2fc97aad681c.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the documentation for the net.box.connect entry point and its existing URI or params descriptions. Document that the interface parameter selects the local interface for the connection, including the example from the issue; done when the parameter and example are covered consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100