Hi Team, I’m trying to understand the exact use ca...
# questions-and-troubleshooting
r
Hi Team, I’m trying to understand the exact use case for FE-Proxy in Stream Load. I have a StarRocks cluster with multiple FE and BE pods, and both the FE and FE-Proxy services are internal. • I can successfully load data using
curl
directly to the FE service when I provide the correct headers (column separator, max filter ratio, etc.). • FE-Proxy exposes only port 8080. My question is Why do we need FE-Proxy if direct Stream Load to the FE works?