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: Added flag to node type for supporting ephemeral node #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mujtaba1747
Copy link
Collaborator

No description provided.

@mujtaba1747 mujtaba1747 requested a review from mcopik August 7, 2024 05:59
@@ -27,6 +27,16 @@ def __init__(self, path: str):
self._children: Optional[List[str]] = None
self._created_version: Optional[Version] = None
self._modified_version: Optional[Version] = None
self._flag: Optional[int] = None
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wouldn't an Enum be better here, like in ZooKeeper?

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