You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests using test containers to simulate Kafka.
Documentation:
Getting started with kafka ingestor on parseable
System design and decisions made
Configuration guide
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.
@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:
Docker Improvements:
Added Docker Compose files for testing Kafka in distributed and standalone environments:
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.
Includes recommendations made by @hippalus in #1047
The text was updated successfully, but these errors were encountered: