Skip to content
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

Load the pulsar env as the program start options #1111

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

zymap
Copy link
Member

@zymap zymap commented Oct 13, 2023


Motivation

When enable tls for the zookeeper, it will write the TLS properties with PULSAR_EXTRA_OPTS as the key into the pulsar-env.sh file. The metadata tool also needs the PULSAR_EXTRA_OPTS to get the zookeeper TLS configurations. So import the PULSAR_EXTRA_OPTS into the OPTS to load the zookeeper TLS configuration.

---

### Motivation

When enable tls for the zookeeper, it will write the TLS properties with
PULSAR_EXTRA_OPTS as the key into the pulsar-env.sh file. The metadata tool
also needs the PULSAR_EXTRA_OPTS to get the zookeeper TLS configurations.
So import the PULSAR_EXTRA_OPTS into the OPTS to load the zookeeper TLS
configuration.
@zymap zymap self-assigned this Oct 13, 2023
@zymap zymap requested review from sijie and a team as code owners October 13, 2023 08:53
@zymap
Copy link
Member Author

zymap commented Oct 13, 2023

@ericsyh @maxsxu PTAL, thankx

@github-actions
Copy link

@zymap:Thanks for your contribution. For this PR, do we need to update docs?
(The PR template contains info about doc, which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)

@github-actions github-actions bot added the doc-info-missing This pr needs to mark a document option in description label Oct 13, 2023
@zymap zymap merged commit b2c64d8 into streamnative:master Oct 16, 2023
18 checks passed
ericsyh pushed a commit that referenced this pull request Oct 16, 2023
---

### Motivation

When enable tls for the zookeeper, it will write the TLS properties with
PULSAR_EXTRA_OPTS as the key into the pulsar-env.sh file. The metadata tool
also needs the PULSAR_EXTRA_OPTS to get the zookeeper TLS configurations.
So import the PULSAR_EXTRA_OPTS into the OPTS to load the zookeeper TLS
configuration.

(cherry picked from commit b2c64d8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-info-missing This pr needs to mark a document option in description
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants