Hi Team, I was looking at pinot go client <https:/...
# general
a
Hi Team, I was looking at pinot go client https://docs.pinot.apache.org/users/clients/golang seems like it connects via zookeeper path.. wondering if it's a good practice from security perspective? because it 'll require to expose zookeeper to clients?
m
In practice, you’ll have a load balancer over brokers and you should just use that
s
There is an open PR to add a controller based broker selector to the golang client similar to the one already added to java client https://github.com/startreedata/pinot-client-go/pull/4/files
👌 1