Skip to content

Commit 7a1b91d

Browse files
committed
z
1 parent 934523b commit 7a1b91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/54-query/04-external-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ SELECT gcd(48, 18); -- Returns 6
143143

144144
## Load Balancing External Functions
145145

146-
When deploying multiple external function servers, you can implement load balancing based on function names. Databend includes a `X-DATABEND-FUNCTION` header in each UDF request, which contains the function name being called. This header can be used to route requests to different backend servers.
146+
When deploying multiple external function servers, you can implement load balancing based on function names. Databend includes a `X-DATABEND-FUNCTION` header in each UDF request, which contains the lowercased function name being called. This header can be used to route requests to different backend servers.
147147

148148
### Using Nginx for Function-Based Routing
149149

0 commit comments

Comments
 (0)