Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Automated tests to be used while developing Envoy extensions for Kafka (needs to be merged into envoy-kafka-tests)

Notifications You must be signed in to change notification settings

adamkotwasinski/kafka-protocol-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-protocol-tests

Some tests to be executed while developing Kafka extensions for Envoy.

Should be merged into Envoy build process, but that would require considerable (I think) Bazel knowledge and effort.

Dependencies:

  • Kafka server has to be listening on 9092 and advertise itself on 19092,
  • Envoy has to listen on 19092 and forward to Kafka's 9092,
  • Envoy exposes metrics on 9901,
  • tests should be executed against clean installation (we don't want to have any records in topics, as they might break tests).

About

Automated tests to be used while developing Envoy extensions for Kafka (needs to be merged into envoy-kafka-tests)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages