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 2021/08/30 03:31:00 UTC

[GitHub] [pulsar] liangyuanpeng commented on issue #11832: on machine a which install pulsar standaloneļ¼Œthen send message to machine's pulsar one topic on machine b,but get error Connection reset by peer

liangyuanpeng commented on issue #11832:
URL: https://github.com/apache/pulsar/issues/11832#issuecomment-907986533


   > send message get "Connection reset by peer" error.  
   
   @chlyzzo 
   I think this error have more message, you can check again.  
   
   I try to use proxy for pulsar standalone and it's working.  
   
   1. set advertisedAddress on standalone.conf
   2. `bin/pulsar standalone`   (machineA)
   3. set pulsar broker info for proxy.conf
   4. `bin/pulsar proxy`  (machineB)
   5. pulsar consumer subscribe topic from proxy
   6. pulsar producer send message to topic from proxy
   7. pulsar consumer receive message
   
   > If you ensure your problem is caused by doc missing / inaccurate rather than other factors, you can label an issue with doc-required. Otherwise, please investigate your issue thoroughly first, thanks. 
   
   @Anonymitaet 
   
   
   I can confirm that the doc is fine.
   


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