Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(flink): Remove enum association from Flink Job state field #762

Merged
merged 4 commits into from
Jun 2, 2023

Conversation

janelletavares
Copy link
Contributor

@janelletavares janelletavares commented Jun 2, 2023

Description of change

Fixes #761

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Tested in staging
  • Tested in minikube

Demo

before after

Additional references

Documentation updated

@janelletavares janelletavares changed the title feat(flink): Display an additional state for Flink Jobs feat(flink): Remove enum association from Flink Job state field Jun 2, 2023
go.mod Outdated
@@ -71,3 +71,5 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/meroxa/meroxa-go => ../meroxa-go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, will wait for you to update meroxa-go and drop this before approving ✅

@janelletavares janelletavares merged commit 6348542 into master Jun 2, 2023
4 of 5 checks passed
@janelletavares janelletavares deleted the another-flink-state branch June 2, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(flink): Display additional status
2 participants