parseable icon indicating copy to clipboard operation
parseable copied to clipboard

Kafka improvements

Open de-sh opened this issue 1 year ago • 1 comments

  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 avatar Feb 03 '25 08:02 de-sh

@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.

hippalus avatar Feb 03 '25 21:02 hippalus