This message was deleted.
# troubleshooting
s
This message was deleted.
g
if i understand you correctly— you can set
druid.service
to change the service name. however the default is typically something like
druid/broker
not
<host>:<port>
. so maybe i don't understand you correctly 🤔
d
I have those set, they are things like druid/broker etc. But those aren't what displays in the UI. I assumed they were for zookeeper discovery.
But they also aren't unique. I could be using k8s pod names for example for all of my servers.
g
hm the UI might be simply concatenating the host and port then
if you did want to override them, you could use
druid.host
and
druid.port
but just make sure the service is actually reachable on that host/port, else cluster connectivity will suffer
d
It would not be reachable. But hmm, I might be able to use k8s internal dns names.
Something like mypod.mydruidnamespace.pod.cluster.local. That's something at least.