[GitHub] HaraldGustafsson commented on issue #1633: Admin REST-API from a python client

2018-04-26 Thread GitBox
HaraldGustafsson commented on issue #1633: Admin REST-API from a python client URL: https://github.com/apache/incubator-pulsar/issues/1633#issuecomment-384571611 Raised a separate issue on the documentation, this one is solved.

[GitHub] HaraldGustafsson commented on issue #1633: Admin REST-API from a python client

2018-04-24 Thread GitBox
HaraldGustafsson commented on issue #1633: Admin REST-API from a python client URL: https://github.com/apache/incubator-pulsar/issues/1633#issuecomment-383938117 Just realized that the parameter in the body should not be `{"actions": ["consume", "produce"]}` it should be `[0, 1]`. But