Skip to content

Commit 03e72a4

Browse files
Update docs/proxy-modes.md
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent c3f1aec commit 03e72a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/proxy-modes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Downsides:
2727

2828
In this mode, the client only sends the initial `POST` to trino-lb. All following requests will be send to the Trino cluster directly.
2929

30-
As trino-lb can not "sniff" the traffic to get informed about started and finished queries we need to hook it up as [HTTP event listener](https://trino.io/docs/current/admin/event-listeners-http.html) in Trino.
31-
This way trino-lb will get informed about all query starts and completions.
30+
As trino-lb cannot inspect the traffic in the subsequent calls, it would have no knowledge of the started and finished queries. However, an [HTTP event listener](https://trino.io/docs/current/admin/event-listeners-http.html) can be configured in Trino to inform trino-lb about all query starts and completions.
3231

3332
Benefits:
3433

0 commit comments

Comments
 (0)