Skip to content

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

License

Notifications You must be signed in to change notification settings

protocol-laboratory/bookkeeper-admin-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookkeeper-admin-go

This project is a Go client library for the Apache Bookkeeper Admin API.

Requirements

  • Go 1.18+

Usage

Import the client library:

go get -u github.com/protocol-laboratory/bookkeeper-admin-go

Create admin client first:

// default connect to localhost:8080
bkAdmin := NewDefaultBookkeeperAdmin()

Get bookie info:

bookieInfo, err := bkAdmin.BookieInfo()

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages