-
Notifications
You must be signed in to change notification settings - Fork 5
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
Mdpx remove meroxa go #842
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anna-cross looks good. Aside from some linting issues, it should be ready to ship.
cmd/meroxa/global/global.go
Outdated
TenantSubdomainEnv = "TENANT_SUBDOMAIN" | ||
TenantEmailAddress = "TENANT_EMAIL_ADDRESS" | ||
TenantPassword = "TENANT_PASSWORD" | ||
Actor = "ACTOR" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this being used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope! Good catch, this can go!
Description of change
Removing dependencies on meroxa-go. There were a lot of unneeded old functions and processes that use meroxa-go that are no longer needed for mdpx.
I've removed a lot of flink code but kept the files as stubs since we will still be implementing flink down the line
Fixes https://github.com/meroxa/mdpx/issues/630
Type of change
How was this tested?