An open API service indexing awesome lists of open source software.

https://github.com/protocol-laboratory/zookeeper-client-go

Zookeeper Client Go. Feel free to open an issue if you have any questions or feature requests.
https://github.com/protocol-laboratory/zookeeper-client-go

client go zookeeper

Last synced: 5 months ago
JSON representation

Zookeeper Client Go. Feel free to open an issue if you have any questions or feature requests.

Awesome Lists containing this project

README

          

# zookeeper-client-go

![License](https://img.shields.io/badge/license-Apache2.0-green)
![Language](https://img.shields.io/badge/Language-Go-blue.svg)
[![version](https://img.shields.io/github/v/tag/protocol-laboratory/zookeeper-client-go?label=release&color=blue)](https://github.com/protocol-laboratory/zookeeper-client-go/releases)
[![Godoc](http://img.shields.io/badge/docs-go.dev-blue.svg?style=flat-square)](https://pkg.go.dev/github.com/protocol-laboratory/zookeeper-client-go)
[![Go report](https://goreportcard.com/badge/github.com/protocol-laboratory/zookeeper-client-go)](https://goreportcard.com/report/github.com/protocol-laboratory/zookeeper-client-go)
[![codecov](https://codecov.io/gh/protocol-laboratory/zookeeper-client-go/branch/main/graph/badge.svg)](https://codecov.io/gh/protocol-laboratory/zookeeper-client-go)

## 📋 Requirements

- Go 1.21+

## 🚀 Install

```
go get github.com/protocol-laboratory/zookeeper-client-go
```