-
Notifications
You must be signed in to change notification settings - Fork 70
Add overview of pulsarctl #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
|
@Anonymitaet @jennifer88huang please help review this pull request |
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
|
Sure, @Anonymitaet could you please help review it? Thank you. |
|
Glad to help. |
docs/en/overview_of_pulsarctl.md
Outdated
|
|
||
| # Overview of pulsarctl | ||
|
|
||
| `pulsarctl` is a command-line tool developed using the Go language based on the Pulsar REST API. It consists of the following two parts: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `pulsarctl` is a command-line tool developed using the Go language based on the Pulsar REST API. It consists of the following two parts: | |
| `pulsarctl` is a command-line tool developed in Go based on Pulsar REST API. It consists of the following two parts: |
docs/en/overview_of_pulsarctl.md
Outdated
|
|
||
| `pulsarctl` is a command-line tool developed using the Go language based on the Pulsar REST API. It consists of the following two parts: | ||
|
|
||
| - Go admin API, the user can directly call the interface provided by `pulsarctl` to perform operations related to pulsar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Go admin API, the user can directly call the interface provided by `pulsarctl` to perform operations related to pulsar. | |
| - Go admin API: users can directly call the interface provided by `pulsarctl` to perform operations related to Pulsar. |
docs/en/overview_of_pulsarctl.md
Outdated
| `pulsarctl` is a command-line tool developed using the Go language based on the Pulsar REST API. It consists of the following two parts: | ||
|
|
||
| - Go admin API, the user can directly call the interface provided by `pulsarctl` to perform operations related to pulsar. | ||
| - Command line tools, users can use `pulsarctl` to implement functions similar to pulsar-admin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Command line tools, users can use `pulsarctl` to implement functions similar to pulsar-admin. | |
| - Command line tools: users can use `pulsarctl` to implement functions similar to pulsar-admin. |
docs/en/overview_of_pulsarctl.md
Outdated
| } | ||
| ``` | ||
|
|
||
| For more detailed about admin api, see the [Admin API](https://godoc.org/github.com/streamnative/pulsarctl) reference documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't open this link: https://godoc.org/github.com/streamnative/pulsarctl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because the pulsarctl not public
|
I've updated the guide as follows, please correct me if I'm wrong. You can click ... > Edit to copy the contents of this comment. pulsarctl [resource] [command] [name] [flags] Enable TLStlsEnabled=true Common flags: pulsarctl Enable JWTEnable authenticationauthenticationEnabled=true Autentication provider name list, which is comma separated list of class namesauthenticationProviders=org.apache.pulsar.broker.authentication.AuthenticationProviderToken Configure the secret key to be used to validate auth tokenstokenSecretKey=file:///test/auth/token/secret.key Common flags: |
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran ranxiaolong716@gmail.com
Add overview of pulsarctl