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.
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