-
Notifications
You must be signed in to change notification settings - Fork 746
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
feat: Kafka EventBus #2502
Merged
whynowy
merged 41 commits into
argoproj:master
from
intuit-data-os:feature/kafka-eventbus
Mar 23, 2023
+3,693
−344
Merged
feat: Kafka EventBus #2502
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
c08a009
Initial scaffolding for kafka eventbus
dfarr 81fb278
Add kafka eventbus spec (#12)
premadk 7532cb9
in-cluster kafka (#14)
bilalba 9008646
Kafka Validations (#16)
bilalba 01197a0
Implement kafka eventbus eventsource (#11)
dfarr 0308141
Enable kafka functional tests
dfarr a1b2575
Kafka eventbus sensor (#18)
dfarr 3722a3e
Enable sasl support for kafka eventbus
dfarr 20cc7bf
Add offset manager
dfarr 0a67273
Enable batching
dfarr f0d154a
Add argo-events-sa service account to all e2e tests
dfarr 3975699
Consolidate kafka eventbus config
dfarr 785fd2f
Action function need not return an error
dfarr 3820cc3
Enable condition resets
dfarr 3ed44a0
Change event time check logic
dfarr 1543eca
Bypass leader election for kafka eventbus sensor
dfarr 3ac68e0
Guard against batch with no messages
dfarr b97b80e
Use message timestamp for resets instead of event timestamp
dfarr 71713c4
Add version to kafka config
dfarr 6297ec4
fix version in config (#19)
premadk 9bd2fd7
Remove kafka streamconfig
dfarr ebc7ca7
Attach access secret for kafka eventbus and sensor
dfarr 5f7690c
Attach secrets to eventsource and sensor when using kafka eventbus
dfarr 54e5e21
Remove accessSecret from kafka config and make group name optional
dfarr ca80bf6
Log when event is filtered out
dfarr a676c26
Add batch tests
dfarr 61b5cf5
Provide helpful message if topic(s) do not exist and fail fast
dfarr d6e1b08
Add timing asserts to batch tests
dfarr f814685
Nullify batch to reset
dfarr 4a1d1db
Batch every second
dfarr f945c4e
Revert eventbus controller status copy
dfarr 9d92087
Update comments
dfarr 30e1ad5
Revert ci pull_request branches
dfarr bd7c23f
Use dashes ('-') instead of dots ('.') in default kafka names
dfarr 334e4d1
Add comments
dfarr cd241b9
Move kafka specs to test-functional only
dfarr 70d879d
Add batch comment
dfarr 522cfa0
Remove exotic from kafka eventbus spec
dfarr f1e79a4
Add additional controller tests for eventsource and sensor
dfarr def91b2
Add Kafka EventBus docs
dfarr c7ce51d
Remove key from kafka trigger message
dfarr 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 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This executes all e2e tests against kafka as well