chlyzzo opened a new issue #160:
URL: https://github.com/apache/pulsar-helm-chart/issues/160


   **Is your feature request related to a problem? Please describe.**
   first, i clone apache/pulsar-helm-chart, on k8s machine, i use the command:
   -------
   helm install --values examples/values-minikube.yaml --set initialize=true 
--namespace pulsar-st pulsar-minikube ./charts/pulsar
   ---------
   install a pulsar;
   then i get a pulsar, so i use the command into pulsar:
   kubectl exec -it -n pulsar-st pulsar-minikube-toolset-0 -- /bin/bash
   
   and then produce a message:
   ./bin/pulsar-client produce my-topic --messages "dsfs334"
   
   and list the topics:
   ./bin/pulsar-admin topics list public/default
   
   i can see the :
   "persistent://public/default/my-topic"
   
   **Describe the solution you'd like**
   but after a few seconds, the topics lose, and do not consume the message 
from topic,
   use the command:./bin/pulsar-admin topics list public/default
   and get nothing.
   
   **Describe alternatives you've considered**
   so, helm install pussar,the topics lose, 
   
   **Additional context**
   
   


-- 
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: dev-unsubscr...@pulsar.apache.org

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


Reply via email to