Skip to content

Ratpack sample app with hystrix, cassandra and httpasyncclient

Notifications You must be signed in to change notification settings

sebbonnet/ratpack-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example Ratpack app that:

  1. Is implemented in Java
  2. Use Guice for dependency injection
  3. Uses the ratpack Gradle plugin
  4. Exposes several endpoints to exercise behaviours with different downstream systems (http client, cassandra) in a non-blocking manner

Getting Started

Check this project out and run ./runApp.sh or ./runApp.bat Your app should now be running on http://localhost:5050

Generate traffic

Run script generateTraffic.sh to make calls to the various endpoints

More on Ratpack

To learn more about Ratpack, visit http://www.ratpack.io

About

Ratpack sample app with hystrix, cassandra and httpasyncclient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published