Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

[docs] Complete code demo #17

Merged
merged 4 commits into from
Mar 23, 2023
Merged

[docs] Complete code demo #17

merged 4 commits into from
Mar 23, 2023

Conversation

FushuWang
Copy link
Contributor

No description provided.

@FushuWang FushuWang requested a review from a team as a code owner March 23, 2023 09:06
@FushuWang FushuWang merged commit 63f949d into master Mar 23, 2023
@FushuWang FushuWang deleted the fswang/complete-code-demo branch March 23, 2023 09:44
tisonkun pushed a commit to tisonkun/pulsar-client-go that referenced this pull request Aug 15, 2023
Master issue: streamnative/pulsar-admin-go#2 

```
➜  pulsarctl git:(cluster_update) ✗ ./pulsarctl clusters update -h
USED FOR:
    This command is used for updating the cluster data of the specified cluster.

REQUIRED PERMISSION:
    This command requires super-user permissions.

EXAMPLES:
    #updating the web service url of the <cluster-name>
    pulsarctl clusters update --url http://example:8080 <cluster-name>

    #updating the tls secured web service url of the <cluster-name>
    pulsarctl clusters update --url-tls https://example:8080 <cluster-name>

    #updating the broker service url of the <cluster-name>
    pulsarctl clusters update --broker-url pulsar://example:6650 <cluster-name>

    #updating the tls secured web service url of the <cluster-name>
    pulsarctl clusters update --broker-url-tls pulsar+ssl://example:6650 <cluster-name>

    #registered as a peer-cluster of the <cluster-name> clusters
    pulsarctl clusters update -p <cluster-a>,<cluster-b> <cluster>

OUTPUT:
    #normal output
    Cluster <cluster-name> updated

    #output of doesn't specified  a cluster name
    [✖]  only one argument is allowed to be used as a name

    #Output of cluster doesn't exist
    [✖]  code: 404 reason: Cluster does not exist

Usage: pulsarctl clusters update [flags]

Aliases: update, update

ClusterData flags:
      --url string                 Pulsar cluster web service url, e.g. http://example.pulsar.io:8080
      --url-tls string             Pulsar cluster tls secured web service url, e.g. https://example.pulsar.io:8443
      --broker-url string          Pulsar cluster broker service url, e.g. pulsar://example.pulsar.io:6650
      --broker-url-tls string      Pulsar cluster tls secured broker service url, e.g. pulsar+ssl://example.pulsar.io:6651
  -p, --peer-cluster stringArray   Cluster to be registered as a peer-cluster of this cluster.

Common flags:
  -s, --admin-service-url string   The admin web service url that pulsarctl connects to. (default "http://localhost:8080")
  -C, --color string               toggle colorized logs (true,false,fabulous) (default "true")
  -h, --help                       help for this command
  -v, --verbose int                set log level, use 0 to silence, 4 for debugging (default 3)

Use 'pulsarctl clusters update [command] --help' for more information about a command.
```
tisonkun pushed a commit to tisonkun/pulsar-client-go that referenced this pull request Aug 15, 2023
* docs: complete code demo

* docs: fix code style

* docs: make the code demo simple
tisonkun pushed a commit to tisonkun/pulsar-client-go that referenced this pull request Aug 15, 2023
* docs: complete code demo

* docs: fix code style

* docs: make the code demo simple
tisonkun pushed a commit to apache/pulsar-client-go that referenced this pull request Aug 16, 2023
* docs: complete code demo

* docs: fix code style

* docs: make the code demo simple
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants