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

Kafka improvements #1156

Open
4 tasks
de-sh opened this issue Feb 3, 2025 · 1 comment
Open
4 tasks

Kafka improvements #1156

de-sh opened this issue Feb 3, 2025 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request server

Comments

@de-sh
Copy link
Contributor

de-sh commented Feb 3, 2025

  1. Integration Tests:
    • Add tests using test containers to simulate Kafka.
  2. Documentation:
    • Getting started with kafka ingestor on parseable
    • System design and decisions made
    • Configuration guide
  3. Script Migration: Move the Kafka log stream generator script to the Quest repository for better maintainability and integration with existing test suites.
  4. Test Cases: Add test cases to Quest to validate Kafka message ingestion and ensure the consistency of message counts etc.

Includes recommendations made by @hippalus in #1047

@de-sh de-sh added documentation Improvements or additions to documentation enhancement New feature or request server labels Feb 3, 2025
@hippalus
Copy link
Contributor

hippalus commented Feb 3, 2025

@de-sh, items 3 and 4 have been completed. Additionally, @nitisht recommended moving the Python script located here to the Quest repository. This script can be enhanced to include test cases that verify the ingestion of Kafka messages and ensure that the number of events matches the expected count.

Completed Items:

  1. Docker Improvements:

  2. Metrics Collector:

IMHO: We can add the following items to this scope

  • Script Migration: Move the Kafka log stream generator script to the Quest repository for better maintainability and integration with existing test suites.
  • Test Cases: Add test cases to Quest to validate Kafka message ingestion and ensure the consistency of message counts etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request server
Projects
None yet
Development

No branches or pull requests

2 participants