-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kafka ce extensions for partition and offset (#3464)
* Added kafka ce extensions for partition and offset Signed-off-by: Calum Murray <cmurray@redhat.com> * Updated codegen Signed-off-by: Calum Murray <cmurray@redhat.com> * test vendor fix Signed-off-by: Calum Murray <cmurray@redhat.com> * remove unnecessary null event deserialization Signed-off-by: Calum Murray <cmurray@redhat.com> * add e2e tests for broker, channel, sink Signed-off-by: Calum Murray <cmurray@redhat.com> * remove unused deserializer Signed-off-by: Calum Murray <cmurray@redhat.com> * fix failing unit test that ran forever Signed-off-by: Calum Murray <cmurray@redhat.com> * fix seconds constant Signed-off-by: Calum Murray <cmurray@redhat.com> * fix: fix java dataplane test ce comparisons Signed-off-by: Calum Murray <cmurray@redhat.com> * fix: take 2 on dataplane java test comparison fix Signed-off-by: Calum Murray <cmurray@redhat.com> * fix: add kafka interceptors to kafka consumerconfigs in tests Signed-off-by: Calum Murray <cmurray@redhat.com> * fix build problems in ce_extensions rekt tests Signed-off-by: Calum Murray <cmurray@redhat.com> --------- Signed-off-by: Calum Murray <cmurray@redhat.com>
- Loading branch information
Showing
9 changed files
with
235 additions
and
30 deletions.
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
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
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
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
Oops, something went wrong.