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

fix(quickstart): adding back kafka-setup #7181

Merged
merged 6 commits into from
Jan 30, 2023
Merged

Conversation

szalai1
Copy link
Contributor

@szalai1 szalai1 commented Jan 30, 2023

This is change is fixing the failing quickstart for older versions.

Older versions are trying to pull the latest quickstart yaml from the repo (the one without kafka-setup), but since old CLI version waits for the kafka-setup job to finish, they were failing to start.

Adding the job back (with a passthrough option) to avoid quickstart failures.

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@szalai1 szalai1 changed the title Kafka setup quickstart fix fix(quickstart): adding back kafka-setup Jan 30, 2023
@@ -1,15 +1,4 @@
# Service definitions for Kafka Setup container.
# Empty docker compose for kafka-setup as we have moved kafka-setup back into the main compose
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can this just be removed? It's not defining any services

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The CLIs that were installed in the last couple of days will try to pull this file, this way they won't fail.

@github-actions github-actions bot added devops PR or Issue related to DataHub backend & deployment ingestion PR or Issue related to the ingestion of metadata labels Jan 30, 2023
@szalai1 szalai1 merged commit 8a2230a into master Jan 30, 2023
@szalai1 szalai1 deleted the kafka-setup-quickstart-fix branch January 30, 2023 23:34
danielcmessias pushed a commit to danielcmessias/datahub that referenced this pull request Feb 1, 2023
ericyomi pushed a commit to ericyomi/datahub that referenced this pull request Feb 8, 2023
oleg-ruban pushed a commit to RChygir/datahub that referenced this pull request Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops PR or Issue related to DataHub backend & deployment ingestion PR or Issue related to the ingestion of metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants