jerrypeng opened a new pull request #4363: renaming sinks and sources api to be consistent with the rest of Pulsar URL: https://github.com/apache/pulsar/pull/4363 ### Motivation Users have complained that the sinks and sources REST and admin API is not consistent with the rest of Pulsar's REST and admin API. Which causes lost of productivity to developers. The primary reason of user's complaint is that other Pulsar REST/admin APIs is always plural (e.g. Topics, Namespaces, etc.) while the APIs for sinks and sources are singular (i.e. Sink and Source). ###Modification Change the sinks and sources API to be more consistent with the rest of Pulsar and yet still remain BC. Things changed: 1. Sinks and Sources CLI 2. Sinks and Sources Admin API 3. Sinks and Sources REST endpoints
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
