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

[#2371] feat(API, meta): Add basic API and metadata module for messaging catalog #2444

Merged
merged 7 commits into from
Mar 8, 2024

Conversation

mchades
Copy link
Contributor

@mchades mchades commented Mar 6, 2024

What changes were proposed in this pull request?

This PR proposes to add the Topic metadata support in Gravitino.

Include the API and metadata module of Topic.

Why are the changes needed?

This is the first work of support MQ management in Gravitino.

Fix: #2371

Does this PR introduce any user-facing change?

Yes

How was this patch tested?

Add some UTs to test metadata, API test will be added when the implementation is achieved.

@mchades mchades added this to the Gravitino 0.5.0 milestone Mar 6, 2024
@mchades mchades requested a review from jerryshao March 6, 2024 09:24
@mchades mchades self-assigned this Mar 6, 2024
@mchades
Copy link
Contributor Author

mchades commented Mar 6, 2024

@YxAc @zhoukangcn can you help to review if you have time. :)

@mchades mchades changed the title [#2371] feat(API, meta): Add basic API and metadata module for stream catalog [#2371] feat(API, meta): Add basic API and metadata module for messaging catalog Mar 7, 2024
@mchades mchades requested a review from YxAc March 7, 2024 14:59
@jerryshao jerryshao removed this from the Gravitino 0.5.0 milestone Mar 8, 2024
@jerryshao
Copy link
Contributor

Don't forget to also update entity store related code to support storing topic to the entity store (both kv and relational).

@mchades
Copy link
Contributor Author

mchades commented Mar 8, 2024

Don't forget to also update entity store related code to support storing topic to the entity store (both kv and relational).

Okay, it will be done once we support a specific messaging catalog operation.

@jerryshao jerryshao merged commit 939e073 into apache:main Mar 8, 2024
7 checks passed
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.

[Subtask] Complete the metadata and interface design for messaging type catalog
3 participants