DanielFerreiraJorge opened a new issue #6001: Push Subscriptions URL: https://github.com/apache/pulsar/issues/6001 **Is your feature request related to a problem? Please describe.** Even for the simplest cases, if we want to consume messages from pulsar, we need to write specific pulsar code to do it. And then, we have to deploy this code somewhere. If we have hundreds o consumers, it becomes pretty hard to manage. **Describe the solution you'd like** Implement "Push". Pulsar will make an HTTP request to a specified endpoint that will POST a message (or many messages). Acknowledgement can be done by HTTP response status. 2XX status, ack the message, 5XX status, retry. **Describe alternatives you've considered** Google Cloud PubSub can do this. **Additional context** Add any other context or screenshots about the feature request here.
---------------------------------------------------------------- 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
