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(schema-registry): replace confluent schema registry #7930

Conversation

david-leifker
Copy link
Collaborator

@david-leifker david-leifker commented Apr 29, 2023

For now, confluent schema registry can be disabled and GMS act as the schema registry, however quickstart continues to use it. The helm chart update will allow both configurations. Quickstart will eventually remove it.

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

agilelab-tmnd1991 and others added 30 commits January 17, 2023 10:20
RyanHolstien and others added 7 commits April 13, 2023 15:37
…-schema-registry

# Conflicts:
#	docker/kafka-setup/kafka-setup.sh
#	docker/quickstart/docker-compose-without-neo4j.quickstart.yml
#	docker/quickstart/docker-compose.quickstart.yml
#	docker/quickstart/generate_docker_quickstart.sh
#	metadata-integration/java/datahub-client/build.gradle
@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 product PR or Issue related to the DataHub UI/UX smoke_test Contains changes related to smoke tests labels Apr 29, 2023
}

@Override
@Operation(summary = "", description = "", tags = { "Schema Registry Base" })

Check warning

Code scanning / QDJVMC

Default annotation parameter value

Redundant default parameter value assignment
}

@Override
@Operation(summary = "", description = "", tags = { "Schema Registry Base" })

Check warning

Code scanning / QDJVMC

Default annotation parameter value

Redundant default parameter value assignment

private final HttpServletRequest request;

@Qualifier("schemaRegistryService")

Check warning

Code scanning / QDJVMC

@Qualifier not copyable by lombok

Lombok does not copy the annotation 'org.springframework.beans.factory.annotation.Qualifier' into the constructor
@david-leifker david-leifker changed the title Sd remove confluent schema registry feat(schema-registry): replace confluent schema registry Apr 29, 2023
@david-leifker david-leifker force-pushed the sd-remove-confluent-schema-registry branch from a02f1df to 7ac77ad Compare April 29, 2023 20:51
@david-leifker david-leifker force-pushed the sd-remove-confluent-schema-registry branch from 7ac77ad to 03df8e5 Compare April 29, 2023 22:53
@david-leifker david-leifker marked this pull request as ready for review April 30, 2023 01:09
@@ -16,16 +17,17 @@


@SpringBootTest(classes = {
MCLSpringTestConfiguration.class
MCLSpringTestConfiguration.class, ConfigurationProvider.class
Copy link
Collaborator

Choose a reason for hiding this comment

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

Guessing this was the main change from the other PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Some additional test beans, and the selection of the schema registry implementation in the test.

@david-leifker david-leifker merged commit cd05f5b into datahub-project:master May 1, 2023
@shirshanka shirshanka mentioned this pull request May 2, 2023
5 tasks
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 product PR or Issue related to the DataHub UI/UX smoke_test Contains changes related to smoke tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants