trino-gateway icon indicating copy to clipboard operation
trino-gateway copied to clipboard

Results 102 trino-gateway issues
Sort by recently updated
recently updated
newest added

## Description In some cases it can be useful to have a Trino backend communicate directly with the client once it has been selected by the Trino Gateway's routing logic....

cla-signed

## Description ## Additional context and related issues ## Release notes ( ) This is not user-visible or is docs only, and no release notes are required. ( ) Release...

cla-signed

Follow up the discussion on [Trino Gateway dev sync, 29 May 2024](https://github.com/trinodb/trino-gateway/wiki/Contributor-meetings#trino-gateway-dev-sync-29-may-2024). > * Discussed how we have context paths for Trino and Trino Gateway that overlap > * Explained...

## Description Trino Gateway attempts to extract the query id from the body of queries using the [runtime.kill_query](https://trino.io/docs/current/connector/system.html#system-connector-procedures) procedure from the system catalog. This adds a test for this functionality....

cla-signed

During release build the following warning appears. 'WARN[0000] /Users/abc/projects/trino/trino-gateway/docker/docker-compose.yml: `version` is obsolete from the command docker/release-docker.sh

With the recent development in Trino for X-Forwarded-Prefix it should be possible to run Trino Gateway in front of multiple Trino clusters and use a single domain name for all...

# Trino Gateway Routing Framework ## Summary Introduce Trino Gateway Routing Framework that simplifies the extension of the routing function, facilitates testing and verification. This allows routing logics to be...

Currently the codebase and docs often refers to "backends". This is confusing since it is NOT the backend database of Trino Gateway. Instead this refers to the Trino clusters that...

roadmap

The contents in `gateway-ha/src/main/resources/static` don't get updated during the build process. This affects users who run `io.trino.gateway.ha.HaGatewayLauncher` directly from IDE. Users who runs `java -jar gateway-ha-{{VERSION}}-jar-with-dependencies.jar ...` won't be affected,...

ui

## Description Pass all headers as MultivaluedMap to routing manager. After this pr, i'll add docs on how to add a module to customize routing logic ## Additional context and...

cla-signed