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

Add an integration test for the Kafka output #166

Closed
Tracked by #116
robbavey opened this issue Nov 8, 2022 · 1 comment
Closed
Tracked by #116

Add an integration test for the Kafka output #166

robbavey opened this issue Nov 8, 2022 · 1 comment
Assignees
Labels
Team:Elastic-Agent Label for the Agent team v8.7.0

Comments

@robbavey
Copy link
Member

robbavey commented Nov 8, 2022

Add a basic integration test for the shipper Kafka output. The test should:

  • Start Kafka as a Docker container.
  • Start the shipper binary with a Kafka output configured to write to the Kafka Docker container.
  • Setup topics as the target for the events that will be ingested during the test.
  • Publish events to the shipper via the gRPC API and ensure they are ingested into the target topics with the expected format.
@cmacknz cmacknz added v8.7.0 Team:Elastic-Agent Label for the Agent team labels Nov 8, 2022
@cmacknz
Copy link
Member

cmacknz commented Nov 8, 2022

Relates to #148, the test setup between the two is likely to be extremely similar.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Team:Elastic-Agent Label for the Agent team v8.7.0
Projects
None yet
Development

No branches or pull requests

3 participants