Since we need to test clients created from zookeeper/controller/broker, the pinot cluster has to be started locally using binary, not docker container.
Docker container will return local ip which could be resolved, so the clients initialized by zookeeper or controller won't work.
Add integration tests.
Since we need to test clients created from zookeeper/controller/broker, the pinot cluster has to be started locally using binary, not docker container.
Docker container will return local ip which could be resolved, so the clients initialized by zookeeper or controller won't work.