-
Notifications
You must be signed in to change notification settings - Fork 16
New Kafka module #129
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: master
Are you sure you want to change the base?
New Kafka module #129
Conversation
8c1972b
to
ea93780
Compare
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #129 +/- ##
=========================================
Coverage ? 51.15%
=========================================
Files ? 23
Lines ? 1122
Branches ? 159
=========================================
Hits ? 574
Misses ? 536
Partials ? 12 ☔ View full report in Codecov by Sentry. |
I'm taking care of the conflicts |
Description
New module added to send records to Kafka.
The connection to Kafka is Simple Authentication and Security Layer (SASL) authentication configuration enabled. SSL is also enabled. The CA certificate (base64) must be provided under
/var/private/ssl/accounting/ca.crt
of the host running cASO.Fixes # no issue to fix
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Records collected from OpenStack has been sent to kafka consumer. SASL and SSL have been enabled.
Records from Kafka has been sent to Logstash and than to OpenSearch within a testing infrastructure.
Checklist: