elodina / dropwizard-kafka-http

Apache Kafka HTTP Endpoint for producing and consuming messages from topics
http://www.elodina.net
Apache License 2.0
154 stars 45 forks source link

Need to implement a health check #2

Open joestein opened 10 years ago

joestein commented 10 years ago

We need a dropwizard health check http://dropwizard.codahale.com/manual/core/#health-checks writing to topic synchronously and reading from consumers to confirm what was written is read. The configs should have added to it topic name, producer replica sync count and consumer group name.