mesos / kafka

Apache Kafka on Apache Mesos
Apache License 2.0
414 stars 140 forks source link

Fixed curl's http method written in README.md #296

Closed fuji-151a closed 7 years ago

fuji-151a commented 7 years ago

Methods that mutate state (restart, add, delete broker, etc) with the new version(0.10.0.0) are no longer accepting GET requests, but changed to accept only POST. (See also: https://github.com/mesos/kafka/releases/tag/v0.10.0.0)

So, I fixed the curl's HTTP method written in the README.md.

Please confirm this PR. Thank you

steveniemitz commented 7 years ago

Thanks for the contribution!

fuji-151a commented 7 years ago

Thanks for the review @steveniemitz !