lhotari commented on issue #13965: URL: https://github.com/apache/pulsar/issues/13965#issuecomment-1022302427
the problem can be reproduced with Pulsar 2.8.2 and Pulsar 2.7.4 too. A quick way to start Pulsar 2.8.2 standalone with `subscriptionKeySharedUseConsistentHashing=true` is with this docker command: ``` docker run -it --name pulsar --rm -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" ``` -- 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]
