Skip to content

Commit

Permalink
fix some readme formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
varjoranta committed Dec 16, 2014
1 parent ac6df77 commit d904d1c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The Reaper service specific configuration values are:
divided by the intensity value. 0.5 means half of the time is spent sleeping, and half running.

* repairRunThreadCount:

The amount of threads to use for handling the Reaper tasks. Have this big enough not to cause
blocking in cause some thread is waiting for I/O, like calling a Cassandra cluster through JMX.

Expand All @@ -76,10 +77,10 @@ REST API

TODO:

GET /ping (com.spotify.reaper.resources.PingResource)
GET /cluster (com.spotify.reaper.resources.ClusterResource)
GET /cluster/{name} (com.spotify.reaper.resources.ClusterResource)
POST /cluster (com.spotify.reaper.resources.ClusterResource)
GET /table/{clusterName}/{keyspace}/{table} (com.spotify.reaper.resources.TableResource)
POST /table (com.spotify.reaper.resources.TableResource)
GET /repair_run/{id} (com.spotify.reaper.resources.RepairRunResource)
GET /ping (com.spotify.reaper.resources.PingResource)
GET /cluster (com.spotify.reaper.resources.ClusterResource)
GET /cluster/{name} (com.spotify.reaper.resources.ClusterResource)
POST /cluster (com.spotify.reaper.resources.ClusterResource)
GET /table/{clusterName}/{keyspace}/{table} (com.spotify.reaper.resources.TableResource)
POST /table (com.spotify.reaper.resources.TableResource)
GET /repair_run/{id} (com.spotify.reaper.resources.RepairRunResource)

0 comments on commit d904d1c

Please sign in to comment.