bbonnin / pulsar-express

Simple Web Interface for Apache Pulsar
Apache License 2.0
110 stars 20 forks source link

generate topic path url from topic label #16

Open KannarFr opened 5 years ago

KannarFr commented 5 years ago

Currently when we are in topic's details view, we have to use the reload button to refresh.

When we use browser refresh it doesn't work. It should be great to generate url from topic's label to directly show topic's detail using url.

bbonnin commented 5 years ago

Yes, you're right about that. The problem is that the tool supports multiple clusters, so the cluster must also be a parameter or it should be accessible somewhere. Any suggestions are welcome !

bbonnin commented 5 years ago

Maybe a url like that: /topics/cluster-name/persistent_type/tenant_name/namespace_name/topic_name