jerrypeng commented on issue #3168: Refactor api commands URL: https://github.com/apache/pulsar/pull/3168#issuecomment-449217402 @sijie The PR actually doesn’t change the output of any of the endpoints, its just returning the actual object to be serialized by jersey to json instead of doing that explicitly ourselves. This PR will also make it more clear what is actually returned so it will be easier not to break backwards compatibility since currently many endpoints are just returning a Response object which is unclear what is contained within. However, after this PR lets make sure that no changes have being introduced in the admin api so that 2.3 would break backwards compatibility for 2.2
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
