Skip to content

Conversation

@f1amingo
Copy link
Contributor

Added OffsetOption to SyncLiteSubscriptionRequest to let the SDK specify the starting consume offset for subscribeLite.

Change-Id: Iafcd4774da6c278f6a4ee4e1337881d8b6d73f1a

message OffsetOption {
oneof offset_type {
Special special = 1;
Copy link
Member

Choose a reason for hiding this comment

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

Policy

oneof offset_type {
Special special = 1;
int64 offset = 2;
int64 last_n = 3;
Copy link
Member

Choose a reason for hiding this comment

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

backtrack 回溯

Change-Id: I2d32aee89157440ecee939185de8a7d6af4bc4d2
@lizhimins lizhimins merged commit 2ba7150 into apache:main Dec 10, 2025
1 check 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