You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/06 10:19:25 UTC

[GitHub] [pulsar] eolivelli commented on pull request #15942: [feature][broker] Support HTTP endpoint consume messages

eolivelli commented on PR #15942:
URL: https://github.com/apache/pulsar/pull/15942#issuecomment-1147291657

   > Yes, I also consider moving this part of the HTTP producer-consumer to pulsar-proxy, which will make the broker clear and reduce communication between brokers.
   
   you can build a "Proxy Extensions" and a "Protocol Handler", this way your code can run on the Proxy and on the Broker.
   See how @cbornet did this for RabbitMQ:
   - https://github.com/datastax/starlight-for-rabbitmq/blob/master/starlight-rabbitmq/src/main/java/com/datastax/oss/starlight/rabbitmq/GatewayProtocolHandler.java
   - https://github.com/datastax/starlight-for-rabbitmq/blob/master/starlight-rabbitmq/src/main/java/com/datastax/oss/starlight/rabbitmq/GatewayProxyProtocolHandler.java
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org