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

Adding kafka output option to http generator #758

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

kmeinerz
Copy link
Collaborator

@kmeinerz kmeinerz commented Feb 7, 2025

Adding the option of using a kafka output in the http generator. Usage example:
logprep generate http --kafka-config '{"bootstrap.servers": "127.0.0.1:9092"}'

@kmeinerz kmeinerz self-assigned this Feb 7, 2025
@kmeinerz kmeinerz changed the title wip added kafka output and a test Adding kafka output option to htto generator Feb 7, 2025
@kmeinerz kmeinerz changed the title Adding kafka output option to htto generator Adding kafka output option to http generator Feb 7, 2025
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.

Project coverage is 96.68%. Comparing base (ca1ae75) to head (0eae3d0).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
logprep/generator/http/controller.py 71.42% 2 Missing ⚠️
logprep/run_logprep.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #758   +/-   ##
=======================================
  Coverage   96.67%   96.68%           
=======================================
  Files         143      144    +1     
  Lines        9154     9190   +36     
=======================================
+ Hits         8850     8885   +35     
- Misses        304      305    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants