Skip to content

feat(datahub-actions): Adding support for Metadata Change Log in DataHub Cloud Events Source #14497

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jjoyce0510
Copy link
Collaborator

Summary

Adding support for MCLs in DataHub server external events API. This will unblock DataHub Actions support for MCLs from DataHub Cloud and DataHub OSS

@github-actions github-actions bot added the devops PR or Issue related to DataHub backend & deployment label Aug 19, 2025
@datahub-cyborg datahub-cyborg bot added the needs-review Label for PRs that need review from a maintainer. label Aug 19, 2025
@jjoyce0510 jjoyce0510 changed the title feat(): Adding support for MCLs in DataHub Server external events API feat(datahub-actions): Adding support for Metadata Change Log in DataHub Cloud Events Source Aug 19, 2025
@@ -80,6 +89,8 @@ public ExternalEvents poll(
long timeout =
(pollTimeoutSeconds != null ? pollTimeoutSeconds : defaultPollTimeoutSeconds) * 1000L;

System.out.println(String.format("Final topic is %s", finalTopic));
Copy link
Contributor

Choose a reason for hiding this comment

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

debug log?


for (Map.Entry<TopicPartition, Long> entry : partitionOffsets.entrySet()) {
System.out.println(String.format("Seeking to topic is %s", entry.getKey().topic()));
Copy link
Contributor

Choose a reason for hiding this comment

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

debug log?

@datahub-cyborg datahub-cyborg bot added pending-submitter-response Issue/request has been reviewed but requires a response from the submitter and removed needs-review Label for PRs that need review from a maintainer. labels Aug 20, 2025
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 pending-submitter-response Issue/request has been reviewed but requires a response from the submitter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants