-
Notifications
You must be signed in to change notification settings - Fork 22
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
WIP:Implement watcher behaviour #45
base: master
Are you sure you want to change the base?
WIP:Implement watcher behaviour #45
Conversation
d5d53c2
to
909cd2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the huge PR!
Sorry for this later review.
the eetcd_wather behavior is pretty complex.
nit: I suggest using gen_statem instead.
It's easier to manage the state.
909cd2b
to
c4f8428
Compare
c4f8428
to
ce11c4d
Compare
ce11c4d
to
9850089
Compare
Sorry for such a late response. I have fixed it based on your opinion, and please review it again. |
I have turned into the |
Give a better abstraction for eetcd watcher.
See more details in #44.