lhotari commented on issue #13965:
URL: https://github.com/apache/pulsar/issues/13965#issuecomment-1022310510


   Also tried by starting the container without `--rm` and stopping it
   ```
   docker run -it --name pulsar -p 8080:8080 -p 6650:6650 -e 
subscriptionKeySharedUseConsistentHashing=true apachepulsar/pulsar:2.8.2 bash 
-c "bin/apply-config-from-env.py conf/standalone.conf && bin/pulsar standalone 
--no-functions-worker --no-stream-storage"
   ```
   then running
   ```
   mvn exec:java -Dexec.mainClass=Produce
   mvn exec:java -Dexec.mainClass=Consume
   mvn exec:java -Dexec.mainClass=Consume
   docker stop pulsar
   docker start pulsar
   mvn exec:java -Dexec.mainClass=Consume
   mvn exec:java -Dexec.mainClass=Consume
   ```
   
   The problem reproduces after restart too.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to