config: new option config.etcd.http.request.interface
Open
@lenkis is already working on this.
Since Sep 25, 2025.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
config.etcd.http.request.interface option is added in Tarantool 3.5.0.
It sets the interface to use as outgoing network interface for the etcd
configuration source.
The interface can be specified as an interface name, an IP address, or a
hostname.
See https://curl.se/libcurl/c/CURLOPT_INTERFACE.html for details.
Requested by @Totktonada in https://github.com/tarantool/tarantool-ee/commit/d329803e447cc15a688ccb2b5e73cb8af26157a4.
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.
Assessment
This issue has not been assessed yet.