Integration tests for kafka
sink hang for Kafka 0.11.0.0
#1984
Labels
domain: tests
Anything related to Vector's internal tests
have: must
We must have this feature, it is critical to the project's success. It is high priority.
sink: kafka
Anything `kafka` sink related
type: bug
A code related bug.
We use the latest version of wurstmeister/kafka Docker image for the integration tests. Currently it corresponds to Kafka 2.12.
However, it turns out that the integration tests pass only for Kafka 2.x. Setting the version tag in
docker-compose.yml
to any version earlier than 2.x makes the integration tests hang.Because Vector claims to support all versions of Kafka since 0.9, we need to fix this and potentially add integration tests using earlier versions of Kafka to CI.
The text was updated successfully, but these errors were encountered: