Guangning E
Guangning E
Please check pulsar-manager.log @sivavijay13
Can you share your configuration and use a custom database? @wburon
I want to confirm one thing, do you have permission to write data in the folder `pulsarui`, The database connection is not available, it is possible that the internal database...
You can try to debug according to this process: https://github.com/apache/pulsar-manager/issues/214 @david-streamlio
https://github.com/apache/pulsar-manager/blob/master/src/main/resources/application.properties#L158 Please enable this option @abenbouz
Thanks, will upgrade later
Since zuul relies on a low version of spring boot, we need to do some planning: 1. Consider using a gateway instead of zuul 2. upgrade spring boot to the...
Please check whether your broker's network is connected and whether your service URL is port 8888? @mikayeln
I think you should try to check whether you can connect to the pulsar cluster in the container running `pulsar-manager`. @mikayeln ``` docker exec -it container_id /bin/sh curl -v http://broker-ip:8888/metrics/...
Please first try check pulsar-manager.log: second: ``` ./bin/pulsar-admin clusters list ./bin/pulsar-admin clusters get clusster-name (eg, standalone) ``` The following results are correct: ``` ./bin/pulsar-admin clusters get standalone { "serviceUrl" :...