Skip to content

streadway/zk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Zookeeper client

Implements the Zookeeper protocol in Go.

Status

Early Alpha - WIP

Docs: http://godoc.org/github.com/streadway/zk

Code: http://github.com/streadway/zk

Contributing

Fork, write tests, fail tests, fix stuff, pass tests, go fmt, go vet, open a pull request.

A zookeeper server should be running on 127.0.0.1:2181 with a node /test.

TODO

  • Reconnection or other kind of connection management
  • SetAuth during connection establishment
  • SASL (blocked on a kerberos domain setup to test)
  • Multi transactions (blocked on finding a good API)
  • Acceptance tests for flakey connections
  • Acceptance tests for server partitions

License

BSD 2 clause - see LICENSE for more details.

About

WIP - Native Golang Zookeeper Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages