yugabyte/yugabyte-db

Support multiple comma separated values for webservice_interface.

Open

#5,692 建立於 2020年9月15日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)C (1,003 fork)batch import
area/docdbgood first issuehelp wantedkind/enhancementpriority/medium

倉庫指標

Star
 (8,229 star)
PR 合併指標
 (平均合併 17天 21小時) (30 天內合併 92 個 PR)

描述

Jira Link: DB-1890 The flag --webserver_interface only supports a single IP at the moment. https://docs.yugabyte.com/latest/reference/configuration/yb-tserver/#webserver-interface

It can be enhanced to support multiple IPs to bind on similar to the behavior of the flag --rpc_bind_addresses.

One side effect would be that we can inherit multiple IPs in webserver_interface from rpc_bind_addresses as currently done at https://github.com/yugabyte/yugabyte-db/blob/1b4987bf9a42fcc6018ab6ba3b3523941c3d414a/src/yb/server/server_base_options.cc#L127

貢獻者指南