pulsar
pulsar copied to clipboard
Produce message using REST API through Proxy
Is your enhancement request related to a problem? Please describe. Since Pulsar 2.9.X, the pulsar system is able to produce message directly to the broker from the REST client. It is more convenient and safety to let the user to produce the message using REST client to the proxy instead directly to the broker.
Describe the solution you'd like The REST client could send the message to the proxy and the proxy redirect the request to the broker to produce a message
Describe alternatives you've considered
- Create a reverse proxy in the K8s to redirect the message from outside to the broker-service which is inside the k8s
- Expose the broker URL to the outside of the k8s
Additional context

I will try to work on it.
The issue had no activity for 30 days, mark with Stale label.
The issue had no activity for 30 days, mark with Stale label.
we also have this use case (message production on a REST API through proxy)
Is there any progress here? We'd like to be able to use the REST API to produce messages.