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

KV Watch From Revision #1081

Merged
merged 5 commits into from
Feb 20, 2024
Merged

KV Watch From Revision #1081

merged 5 commits into from
Feb 20, 2024

Conversation

scottf
Copy link
Contributor

@scottf scottf commented Feb 18, 2024

No description provided.

@scottf scottf requested review from Jarema and piotrpio February 18, 2024 18:41
Copy link
Contributor

@piotrpio piotrpio left a comment

Choose a reason for hiding this comment

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

LGTM, just one question

.configuration(ConsumerConfiguration.builder()
.ackPolicy(AckPolicy.None)
.deliverPolicy(deliverPolicy)
.startSequence(fromRevision)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it ok to always be setting this option (even to 0 if not used)?

Copy link
Contributor Author

@scottf scottf Feb 20, 2024

Choose a reason for hiding this comment

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

Yes. I check the value before setting it and the builder knows how to deal with it. See line 42.

@scottf scottf merged commit fbfef14 into main Feb 20, 2024
2 checks passed
@scottf scottf deleted the kv-watch-from-revision branch February 20, 2024 17:42
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