-
Notifications
You must be signed in to change notification settings - Fork 30
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
about zookeeper #10
Comments
There shouldn't be a need to configure Zookeeper to run Assise.
…On Sun, Oct 10, 2021 at 9:30 PM zqz ***@***.***> wrote:
When running assise, do I need to configure zookeeper first?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHQBMU5MQCBW5MTDPYBDH3UGJD4PANCNFSM5FXFSISQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Why Zookeeper is mentioned in this paper.? |
It is necessary to provide membership and configuration services. Without
it, Assise would not be completely fault tolerant.
…On Sun, Oct 10, 2021 at 9:53 PM zqz ***@***.***> wrote:
Why Zookeeper is mentioned in this paper.?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHQBMVOTPE52PHIZPHNRMTUGJGQRANCNFSM5FXFSISQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Does this repo contain the interface to interact with zookeeper? If I want to use zookeeper, how should I configure? |
Our prototype implementation currently does not have a stable interface to
Zookeeper and I don't believe it is included in the repo. Additional
implementation is required to properly interface with Zookeeper.
…On Sun, Oct 10, 2021 at 9:59 PM zqz ***@***.***> wrote:
Does this repo contain the interface to interact with zookeeper? If I want
to use zookeeper, how should I configure?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHQBMVKI46AFIMCF7FKLTDUGJHIJANCNFSM5FXFSISQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
thanks, professor! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running assise, do I need to configure zookeeper first?
The text was updated successfully, but these errors were encountered: