instead of "scheme" (a server can have both unsecured and TLS ports enabled, and "scheme" doesn't convey that information), I suggest the following columns: - `host` -> only the hostname of the server (in addition to the existing `server` column which can be the join column) - `plaintextPort` -> unsecured port of the server, or -1 if plaintext traffic is disabled - `tlsPort` -> TLS port, or -1 if TLS is disabled
[ Full content available at: https://github.com/apache/incubator-druid/pull/6094 ] This message was relayed via gitbox.apache.org for [email protected]
