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

feat(BA-648): Create KVS Interface #3645

Merged
merged 6 commits into from
Feb 11, 2025
Merged

feat(BA-648): Create KVS Interface #3645

merged 6 commits into from
Feb 11, 2025

Conversation

racheliee
Copy link
Contributor

resolves #3636 (BA-648)

This PR creates an interface for the Key-Value Store (KVS) that is being used. It is foundational work to implement Raftify's KVS in the future.

This does not affect how AsyncEtcd is being used in any way; none of the AsyncEtcd functions were changed.

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Test case(s) for ETCD were successful
  • Documentation
    • Contents in the docs directory
    • docstrings in public interfaces and type annotations

Copy link

cla-assistant bot commented Feb 10, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added comp:common Related to Common component size:L 100~500 LoC labels Feb 10, 2025
@racheliee racheliee changed the title feat(BA-648) Create KVS Interface feat(BA-648): Create KVS Interface Feb 10, 2025
@@ -0,0 +1 @@
Create KVS Interface
Copy link
Collaborator

Choose a reason for hiding this comment

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

We are currently using towncrier based on the PR number.
Filename should be 3645.feature.md.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh oops gotcha thank you!!

ready_event: Optional[CondVar] = None,
cleanup_event: Optional[CondVar] = None,
wait_timeout: Optional[float] = None,
) -> AsyncGenerator[Union["QueueSentinel", "Event"], None]:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please do not use the class as a string.

@racheliee racheliee added this pull request to the merge queue Feb 11, 2025
Merged via the queue into main with commit cbbd224 Feb 11, 2025
20 checks passed
@racheliee racheliee deleted the feat/add-kvs-interface branch February 11, 2025 07:27
Yaminyam pushed a commit that referenced this pull request Feb 12, 2025
Yaminyam pushed a commit that referenced this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:common Related to Common component size:L 100~500 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create KVS Interface
2 participants