Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
Kafka to Pub/Sub pipeline example needs to have e2e tests. However, in Beam Testing Guide https://cwiki.apache.org/confluence/display/BEAM/Contribution+Testing+Guide , we have not found examples or documentation for e2e tests that require Kafka environment can be set up.
During the investigation and with the help of our reviewers we found possible approaches for our issue.
For Kafka, e2e test could use test container
These e2e test examples can be referenced in the https://cwiki.apache.org/confluence/display/BEAM/Contribution+Testing+Guide to serve examples of how customers may approach e2e testing of pipelines in their environments.