-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
Motivation
I have submitted the pr about supporting bookie commands. Because the project structure makes a big change and there are too many conflicts, I need to refactor base on the master. I will close #83 #86 #89 and reopen a new pr.
Issue
Currently, Pulsarctl only support sends a request to Pulsar service. So the HTTP client is bind with Pulsar client. We need to separate the HTTP client and the Pulsar Admin client. Then the HTTP client can be used in both Pulsar and BookKeeper clients.
I will send several pull requests to complete this work.
- Separate HTTP client and Pulsar Admin client. [BK-SUPPORT-PART-1] Separate HTTP client and admin client #132
- Add bookie commands