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

Feature/separate scram endpoints #6

Draft
wants to merge 1 commit into
base: release-0.29-sb1
Choose a base branch
from

Conversation

emelieakerstrom-sb1
Copy link

Endpoint broker nodes have been provided in provider config as a comma separated string. CrossPlane customization cannot patch this string into a list of brokers, therefore I have added each endpoint as a separate key in the connection details.

Instead of
clusterEndpointSCRAM = "<endpoint1>,<endpoint2>,<endpoint3>"
we can now use

clusterEndpointSCRAM1 = "<endpoint1>"
clusterEndpointSCRAM2 = "<endpoint2>"
clusterEndpointSCRAM3 = "<endpoint3>"

added this for IAM, Plain, and TLS as well and kept the comma separated string connection details as well.

@emelieakerstrom-sb1 emelieakerstrom-sb1 changed the base branch from master to release-0.29-sb1 September 28, 2022 12:02
@chlunde
Copy link

chlunde commented Oct 11, 2022

Jeg lurer på om vi må kjøre ListNodes her for å få riktig resultat? Siden zookeeper-nodenavnene ikke nødvendigvis har noe med broker-nodenavnene og antall

@emelieakerstrom-sb1
Copy link
Author

Jeg lurer på om vi må kjøre ListNodes her for å få riktig resultat? Siden zookeeper-nodenavnene ikke nødvendigvis har noe med broker-nodenavnene og antall

Det är nog en bra ide, undviker onödiga problem 👍

@chlunde chlunde removed their request for review November 1, 2023 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants