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/04/25 10:14:45 UTC

[GitHub] [pulsar] 704237006 commented on issue #15310: Number of retries has been exhausted. Failed reason: Maximum redirect reached: 5

704237006 commented on issue #15310:
URL: https://github.com/apache/pulsar/issues/15310#issuecomment-1108370753

    The solution is as follows :
   solution 1:
    Stand alone, and do not need to run stream storage and functions worker.
   ./pulsar-daemon start standalone -nss -nfw 
   solution 2: 
   Need a complete environment
   first step   :  ./pulsar-daemon start (standalone) -nss -nfw 
   second setp   : ./pulsar-daemon start functions-worker
   ./pulsar-daemon start stream-storage 
   
   Answer from@刘子轩@StreamNative@XYZ@streamnative 


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