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

Dockerfile runs downstream fork of this project #14

Open nmunson opened 9 years ago

nmunson commented 9 years ago

The Dockerfile in this project explicitly clones the fork from @joshjdevl and runs that fork. I'd expect it to run the code from this repo by adding it to the container. It's still a good starting point though. Thanks!

joestein commented 9 years ago

We accept pull requests :) if you want to update and verify things are working, that would be great.

nmunson commented 9 years ago

That's a fair request, I wanted to quickly flag this for anyone relying on it that might not realize. I'll see if I can carve out some time for it.