-
Notifications
You must be signed in to change notification settings - Fork 91
Deploy a SASL_PLAIN Kafka listener & test notifications against it #2300
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
Open
delthas
wants to merge
13
commits into
development/2.13
Choose a base branch
from
improvement/ZENKO-5106/kafka-sasl-plain
base: development/2.13
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
4db9f72
Deploy a SASL_PLAIN Kafka listener & test notifications against it
delthas a091dc4
[Do not merge] Build with custom dependency branches
delthas 22d0a30
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications agains…
delthas 3d0d560
[Do not merge] Clean the yarn cache if corrupted
delthas 20a175e
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications agains…
delthas f42b9d3
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications agains…
delthas bc1352c
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications agains…
delthas da91813
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications agains…
delthas 13b692a
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications agains…
delthas 89a3abb
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications agains…
delthas 0e34d39
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications agains…
delthas 05d132a
[Do not merge] Build with custom dependency branches
delthas 4e9d961
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications agains…
delthas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,11 +2,11 @@ | |
| # to sort keys, use the following command | ||
| # yq eval 'sortKeys(.)' -i deps.yaml | ||
| backbeat: | ||
| sourceRegistry: ghcr.io/scality | ||
| sourceRegistry: ghcr.io/scality/playground/delthas | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. to be updated before merging
delthas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| dashboard: backbeat/backbeat-dashboards | ||
| image: backbeat | ||
| policy: backbeat/backbeat-policies | ||
| tag: 9.1.2 | ||
| tag: 9.0.17-hcdea8d6b6a6de4e49c07067cafa847a2ae86b8a3 | ||
delthas marked this conversation as resolved.
Show resolved
Hide resolved
delthas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| envsubst: BACKBEAT_TAG | ||
| busybox: | ||
| image: busybox | ||
|
|
@@ -136,7 +136,7 @@ vault: | |
| zenko-operator: | ||
| sourceRegistry: ghcr.io/scality | ||
| image: zenko-operator | ||
| tag: v1.8.0 | ||
| tag: 7b82157bebd668ea3044ba75ffa86b21c461ec49 | ||
| envsubst: ZENKO_OPERATOR_TAG | ||
| zookeeper: | ||
| sourceRegistry: pravega | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.