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

Customize listener #11

Merged
merged 4 commits into from
Nov 9, 2021
Merged

Customize listener #11

merged 4 commits into from
Nov 9, 2021

Conversation

spenczar
Copy link
Contributor

@spenczar spenczar commented Nov 3, 2021

This is the v2 of #10.

It turns out that type is the right field to use when pulling from the status of a Kafka resource in Strimzi. I was confused because I was looking at pulling it from the spec of a Kafka resource. For historical reasons, type is used to denote the name of the listener in the status of a Kafka custom resource.

So, the existing code was totally valid - it just only works if the internal listener is named tls. This change makes that configurable.

Along the way, I fixed the pytest-flake8 CI bug, and updated the CRD to include a spec.

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.

None yet

2 participants