[
https://issues.apache.org/jira/browse/ZOOKEEPER-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887042#action_12887042
]
Andrei Savu commented on ZOOKEEPER-808:
---------------------------------------
I've created this JIRA to track my progress on this GSoC subtask. I will attach
a specification describing how I think it should be implemented.
I'm thinking about using an improved version of the REST ZooKeeper interface
(available as a contrib), a version that should also support ephemerals,
watches and ACLs. I believe this is a good idea because there is a mismatch
between how a typical web application works (HTTP requests) and how a typical
ZooKeeper client works (persistent connections). On the other hand there is a
perfect fit between HTTP and REST. I also believe that an improved version of
the REST interface, one that implements the whole API, would be really useful
for other projects / tasks.
> Web-based Administrative Interface
> ----------------------------------
>
> Key: ZOOKEEPER-808
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-808
> Project: Zookeeper
> Issue Type: New Feature
> Components: contrib
> Reporter: Andrei Savu
> Assignee: Andrei Savu
>
> Implement a web-based administrative interface that should allow the user to
> perform all the tasks that can be done using the interactive shell (zkCli.sh)
> from a browser. It should also display cluster and individual server info
> extracted using the 4letter word commands.
> I'm going to build starting from the
> http://github.com/phunt/zookeeper_dashboard implemented by Patrick Hunt.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.