jerrypeng opened a new pull request #3241: add backwards compatiblity to 2.2 for function admin API URL: https://github.com/apache/pulsar/pull/3241 ### Motivation We have redesigned the Pulsar Function Admin API / REST interfaces to be more user friendly and have inadvertently broken backwards compatibility for functions. I have add made sure in this PR that 2.2 function admin client will still work with our future 2.3 release. I have also moved all the new functions API to v3, as well as the Sink and Source API since they were not in 2.2 to begin with. I have added tests to the all the backwards compatible v2 endpoints. Please note that the backwards compatibility with 2.2 is only with functions. Since we have separated out REST endpoints for Functions, Sources, and Sinks, using the function admin API to manipulate sources and sinks will not be support for backwards compatibility and will be a break change.
---------------------------------------------------------------- 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
