-
|
Hi, I am running a self hosted Redpanda cluster on a Hashicorp Nomad Cluster with Consul for DNS. The cluster works fine and the redpanda console can connect to the cluster and configure it. I can access the admin port for the cluster health, but for example creating a topic does not work and I receive a timeout This is the listener part of my config. I tried using multiple listeners at some point, but this also didn't help Appreciate any help, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
@rockwotj did i see something recently in slack about proxy support in rpk (or may rpcn?) |
Beta Was this translation helpful? Give feedback.
That was maybe for HTTP in RPCN?
I think using the kafka API via a proxy is tough. There is this step in the protocol where the all the brokers addresses are to directly connect to in the metadata request. I think you'd need to either tell the broker to advertise a different address for this client, or you need to do something like muck with
/etc/hoststo get this working.Honestly it's probably best to SSH into the internal network and use RPK there.