Skip to content

[rest] Introduce consumers api definition in rest#7339

Merged
JingsongLi merged 11 commits intoapache:masterfrom
xuzifu666:rest_consumer
Mar 5, 2026
Merged

[rest] Introduce consumers api definition in rest#7339
JingsongLi merged 11 commits intoapache:masterfrom
xuzifu666:rest_consumer

Conversation

@xuzifu666
Copy link
Member

Purpose

Linked issue: close #xxx

Currently there is no Consumers API in RestCatalog, this pr introduce it.

Tests

API and Format

Documentation

Generative AI tooling


/** Entry representing a consumer with id and nextSnapshot. */
@JsonIgnoreProperties(ignoreUnknown = true)
public static class ConsumerInfo {
Copy link
Contributor

Choose a reason for hiding this comment

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

Put this class into org.apache.paimon.consumer package.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit cac3980 into apache:master Mar 5, 2026
12 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.

2 participants