Add operate for all sub of partitioned topic (#159)

Fix https://github.com/streamnative/pulsar-manager/issues/155

### Motivation
Users want to operate on all subscriptions under one partition topic

### Modifications
* Allow expiration time to be set for all subscriptions under one partitioned topic
* Allow reset cursor for all subscriptions under one partitioned topic
* Allow clear backlog for all subscriptions under one partitioned topic
4 files changed
tree: a2916b7f54f57a91408b750f134f44fb11b45d9b
  1. .github/
  2. docker/
  3. front-end/
  4. gradle/
  5. src/
  6. .gitignore
  7. build.gradle
  8. gradle.properties
  9. gradlew
  10. gradlew.bat
  11. Jenkinsfile
  12. LICENSE
  13. README.md
  14. VERSION
README.md

Pulsar Admin Manager

Front end is based on vue-element-admin.

Back end is based on spring boot.

Feature

  • Tenants Management
  • Namespaces Management
  • Topics Management
  • Subscriptions Management
  • Functions Management
  • Sources Management
  • Sinks Management
  • Brokers Management
  • Clusters Management
  • Bookies Management
  • Schemas Management
  • Integration grafana and prometheus
Front end

front-end-deploy