Update README.md

This commit is contained in:
Roland Hochmuth 2014-05-12 07:38:32 -06:00
parent 0e7ea36b42
commit d03b06c969
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ The basic design of the Persister is to have one Kafka consumer feeds a Disrupto
# TODO
* Purge metrics on shutdown
* Add more robust offset management in Kafka. Currently, the offset is advanced as each message is read. If the Persister stops prior to when the metric is commited to the Metrics and Alarms database, the metric will be lost.
* Add more robust offset management in Kafka. Currently, the offset is advanced as each message is read. If the Persister stops after the metric has been read and prior to it being committed to the Metrics and Alarms database, the metric will be lost.
* Add better handling of SQL exceptions.
* Complete health check.
* Specify and document the names of the metrics that are available for monitoring of the Persister.