redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.38k stars 577 forks source link

redpanda: allow hostnames in advertised hosts #1777

Open emaxerrno opened 3 years ago

emaxerrno commented 3 years ago

User wants to use hostnames as public advertised named

 advertised_kafka_api:
  - address: redpanda-0.foobar.k8s.svc.cluster.local.
    name: redpanda-nternal
    port: 9092
  - address: sanfrancisco.my-domain.com
    name: redpanda-external
    port: 28181

JIRA Link: CORE-675

dotnwat commented 3 years ago

@senior7515 it looks like this should work out of the box. is there more context for what is not working?

emaxerrno commented 3 years ago

@dotnwat - it was an issue reported by a customer, and I just wanted to capture it.