apache / pulsar

Apache Pulsar - distributed pub-sub messaging system
https://pulsar.apache.org/
Apache License 2.0
14.2k stars 3.58k forks source link

[Doc] Inconsistencies in bookie instance type and terraform related command #23105

Open ssprabakara opened 3 months ago

ssprabakara commented 3 months ago

Search before asking

What issue do you find in Pulsar docs?

The docs needs updation on the below a) The documentation says, the bookie is of i3.xlarge, but the instances.tf says it is i3.4xlarge b) To get the pulsar service url, the instruction to cat from terraform.state needs to be corrected. It should be cat terraform.tfstate | jq .outputs.pulsar_service_url.value instead of cat terraform.tfstate | jq . modules[0].outputs.pulsar_service_url.value

What is your suggestion?

The docs needs updation on the below a) The documentation says, the bookie is of i3.xlarge, but the instances.tf says it is i3.4xlarge b) To get the pulsar service url, the instruction to cat from terraform.state needs to be corrected. It should be cat terraform.tfstate | jq .outputs.pulsar_service_url.value instead of cat terraform.tfstate | jq . modules[0].outputs.pulsar_service_url.value

Any reference?

No response

Are you willing to submit a PR?

lhotari commented 3 months ago

@ssprabakara would you mind creating PRs to address the issues? docs are in https://github.com/apache/pulsar-site repository