Topics support more options (#27)

* Topics support grant-permission, revoke-permission, unload, clear-backlog, terminate, compact, offload

* Move skip, expire-messages, expire-messages-all-subscriptions, peek-messages, reset-cursor to subscription
3 files changed
tree: 0adf7752f788884209a70918ee3ffbd9ed9d9703
  1. front-end/
  2. gradle/
  3. old-modules/
  4. src/
  5. .gitignore
  6. build.gradle
  7. gradle.properties
  8. gradlew
  9. gradlew.bat
  10. LICENSE
  11. README.md
README.md

Pulsar Admin Manager

front end base on vue-element-admin.

back end base on spring boot.

Build

front end

cd .front-end
npm install
npm run dev

backend

todo

Development

You can start a pulsar standalone. The Pulsar Admin UI will automatically connect to pulsar standalone via http://localhost:8080. Now you try to go to tenants page and create teant.