Skip to content

Instantly share code, notes, and snippets.

@rmoff
Last active March 8, 2024 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoff/81b3e1b7effff90b547e9017d31dcc6d to your computer and use it in GitHub Desktop.
Save rmoff/81b3e1b7effff90b547e9017d31dcc6d to your computer and use it in GitHub Desktop.

This is a collection for Postman to access the Apache Flink SQL Gateway. It’s based on the yaml published for version 1.18.1.

I’ve added Tests to set Session and Operation handles, and amended the collection to use these variables.

You need to set a Global Variable for baseURL to your Flink SQL Gateway.

If you launch the gateway locally with:

./bin/start-cluster.sh
./bin/sql-gateway.sh start -Dsql-gateway.endpoint.rest.address=localhost

Then set the baseURL to http://localhost:8083.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment