pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

Produce message using REST API through Proxy

Open thomaeschen opened this issue 3 years ago • 5 comments

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

  1. Create a reverse proxy in the K8s to redirect the message from outside to the broker-service which is inside the k8s
  2. Expose the broker URL to the outside of the k8s

Additional context image

thomaeschen avatar Jan 15 '22 14:01 thomaeschen

I will try to work on it.

gaozhangmin avatar Jan 18 '22 05:01 gaozhangmin

The issue had no activity for 30 days, mark with Stale label.

github-actions[bot] avatar Feb 26 '22 01:02 github-actions[bot]

The issue had no activity for 30 days, mark with Stale label.

github-actions[bot] avatar May 29 '22 02:05 github-actions[bot]

we also have this use case (message production on a REST API through proxy)

miton18 avatar Oct 26 '23 14:10 miton18

Is there any progress here? We'd like to be able to use the REST API to produce messages.

liamgib avatar May 20 '24 02:05 liamgib