Forward broker requests to the given broker (#142)

*Motivation*

In #141 we added the support to handle forwarded request in the backend. This change modifies the frontend to attach `x-pulsar-cluster` for cluster related admin requests and `x-pulsar-broker` for broker related admin requests.

This change is based on #141 
8 files changed
tree: 45ee6776653f8f156ecc752093db86d15c1f7b6e
  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