tikv/tikv

Support domain for PD addresses

Open

#1,291 建立於 2016年11月9日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (15,922 star) (2,189 fork)batch import
difficulty/mediumhelp wantedtype/enhancement

描述

For now, the PD client in TiKV only supports literal IP addresses. I think it is time to support domain too.

An address should be formed like Host:Port.

Host:

  • a domain string
  • an IPv4 address string
  • [ followed by an IPv6 address string, followed by ]

Port: 1 - 65535

More details about host can be found at URL Standard.

cc #1282 and #1274

By the way, should we support domain for TiKV listening address?

貢獻者指南

Support domain for PD addresses · tikv/tikv#1291 | Good First Issue