MarvinCai edited a comment on issue #3223: Dashboard  界面显示问题
URL: https://github.com/apache/pulsar/issues/3223#issuecomment-448896330
 
 
   Translation: 
   **Info shown on Dashboard is not accurate**
   
   1、Follow instruction on official cookbook to deploy pulsar cluster.
   2、Use command listed below to produce message to a topic 
   bin/pulsar-client produce 
   persistent://public/default/test 
   -n 1 
   -m "Hello, Pulsar"
   3、Then consume the message through command listed below:
   bin/pulsar-client consume persistent://public/default/test -s hei
   4、Issue1, visit dashboard at http://172.19.36.119/admin/stats/topic/
   It's showing lots of duplicate topic
   
   TOPIC
   persistent://public/default/test
   persistent://public/default/test
   persistent://public/default/test
   persistent://public/default/test
   
   Issue2、tenant, namespace and topic shown at http://172.19.36.119 is 
different(maybe different than what's shown in admin cli?)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to