Replies: 1 comment
-
EventListener SPI also has events for split completion. You can implement your own which handles these events too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After reading & experiencing Event Listener (kafka + http), I found out that Trino just can send logs at query creation and query completion
Is there any way that I could obtain logs (information) of a query real-time like the Trino Web UI does? It continuously updates query information about CPU, memory used, etc.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions