You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Cancel with Terminate (#37)
* replace Cancel with Terminate
* Code optimized based on code review result
* Update doc about command: terminate
* Code optimized
Add support for handling multiple jobs in a flink cluster (#31)
* Add support for handling multiple jobs in a flink cluster
* Fixed review comments and unit tests to support multiple jobs in the
same cluster
* Addressed review comments
* Fixed unit tests
Retryable HTTP calls
This release includes:
- retryable HTTP calls with exponential back-off
- ability to set the individual HTTP timeout
- multi-stage Docker build which builds the executable inside Docker
Support flink rest api (#14)
* Replace the Flink cli actions with REST calls
* Flink rest api alter docker base (#13)
* Replace the Flink cli actions with REST calls
* Build on top of latest alpine image and remove setup for Flink CLI
* Remove unneeded env vars
* Use different env vars for Flink host/port
* Remove env vars from dockerfile and list in README
* Replace the Flink cli actions with REST calls
* Refactor all the things
* Alter ing.com to proper github.com/ing-bank location
* Support testing all packages and report coverage in travis
* Adjust README to use test-with-coverage script
* Update README with new update command, set deploy as default for compose
* Use the correct PATCH API to terminate the job
* Method comments and linting happiness
* Allow for specifying a savepoint-dir when deploying
* Do not deploy when updating a job which isn't running
* Move some example commands to separate markdown doc
* Add the savepoint-dir as a CLI option for deploy