Skip to content

bootique-examples/bootique-curator-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verify

bootique-curator-demo

Simple Bootique app demonstrating the Bootique Curator Module

You can find different versions of framework in use at

Prerequisites

  • Java 1.8 or newer.
  • Apache Maven.

Build the demo

git clone https://github.com/bootique-examples/bootique-curator-demo.git
cd bootique-curator-demo
mvn package

Start Zookeeper

You can use docker to run test instance of Zookeeper:

docker run --name demo-zookeeper -p 2181:2181 --restart always -d zookeeper:3.4

Run the demo

java -jar target/bootique-curator-demo-1.0-SNAPSHOT.jar

If all done right you will see output like this:

/a: CREATE
 version: none
/a: SET_DATA
 version: 1
/a: SET_DATA
 version: 2
/a: DELETE
 version: none

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages