Skip to content
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

New Kafka module #129

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

alexcos78
Copy link

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.

  • New feature (non-breaking change which adds functionality)
  • This change is provided with a documentation update

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:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant