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

Add LogData WriteBatch::Handler implementation #13450

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FoxAmes
Copy link

@FoxAmes FoxAmes commented Mar 10, 2025

Currently, the API doesn't expose any implementation for fetching log data stored by PutLogData. The wiki page on Replication Helpers suggests that updates can be fetched via the GetUpdatesSince API, but as far as I can tell, there's not any way to currently do that.

This PR is my attempt to implement that functionality at a very basic level. I have yet to write any tests, but I figured a second set of eyes would be helpful before I went too overboard in case I missed something obvious.

As this is my first contribution, I have filled out the CLA as well.

Thank you for your time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants