The Wayback Machine - https://web.archive.org/web/20201029012649/https://github.com/chinuno-usami/Consulpp
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Consulpp

Consul client for C++.
Based on Consul HTTP API.
Implemented

  • Register service
  • Deregister service
  • Set checks for service
  • Add/Modify KV store
  • Detele KV store
  • Get KV store

May not add new api interface if i am not using in my projects.
PR welcome for new features.

Requirements

C++ REST SDK

Build

Require compiler supports C++ 11.

mkdir build
cd build
cmake ..
make
make install

Usage

Refer to test.cpp

About

Consul client for C++

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.