-
Notifications
You must be signed in to change notification settings - Fork 29
NETOBSERV-1248: informers-only component #848
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
base: main
Are you sure you want to change the base?
Conversation
The goal is to allow deploying a dedicated FLP instance as just a k8s informers component, alongside with the "traditional" FLP deployments. The informer is a Kafka producer, and traditional instances are consumers. - New FLP binary, flp-informers, that just starts the informers and writes update events to Kafka - New optional config for kubernetes enrichment, allowing to read from kafka instead of using informers
@jotak: This pull request references NETOBSERV-1248 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target the "4.19.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -1,6 +1,9 @@ | |||
package model | |||
|
|||
import ( | |||
"bytes" | |||
"encoding/gob" |
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.
TODO: try with other encoding methods and pick the most efficient one
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #848 +/- ##
==========================================
- Coverage 65.14% 64.21% -0.93%
==========================================
Files 117 121 +4
Lines 8650 8845 +195
==========================================
+ Hits 5635 5680 +45
- Misses 2686 2833 +147
- Partials 329 332 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Replaces #681
Description
The goal is to allow deploying a dedicated FLP instance as just a k8s informers component, alongside with the "traditional" FLP deployments. The informer is a Kafka producer, and traditional instances are consumers.
Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.