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

fix/Kafka destination doesn't send messages #298

Merged
merged 12 commits into from
Dec 19, 2024

Conversation

hubert-rutkowski85
Copy link
Contributor

@hubert-rutkowski85 hubert-rutkowski85 commented Dec 11, 2024

Changed:

  • the credentials weren't decoded before using (which resulted in OK in precheck, and silent fail when uploading)
  • checking for existence of topic, in uploader precheck
  • when pushing messages, iterate while the producer queue is not empty
  • fix not reacting to errors when pushing messages
  • kafka lib is logging through unstructured logger (should solve elasticsearch not showing correct loglevel)
  • refactored the kafka tests to separate cloud and local files
  • some cleaning of code

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