Skip to content

Commit 4c3ea1b

Browse files
committed
update readme & pom
1 parent c890ed1 commit 4c3ea1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<module>consumer-producer-clients</module>
1515
<module>embedded-cluster</module>
1616
<module>data-pipeline</module>
17+
<module>e2e</module>
1718
</modules>
1819

1920
<properties>

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ for `unit` testing Topologies in [streams-client module](./streams-client).
99
Approach covers testing topologies (stateful & stateless processors) with different `serdes` including [avro](https://avro.apache.org/docs/1.8.2/spec.html) use-cases with [confluent schema registry](https://docs.confluent.io/current/schema-registry/index.html).
1010
2. [embedded-kafka-cluster](./consumer-producer-clients) for `unit testing` and `IT` kafka-client application in isolation.
1111
3. [test-containers](https://github.com/testcontainers/testcontainers-java) for `IT` and `end-to-end` tests.
12-
4. [data-pipeline](./data-pipeline) different approaches how to make `end-to-end` tests.
12+
4. [data-pipeline](./data-pipeline) different approaches how to make `IT` tests.
13+
5. [e2e](./e2e) end-to-end test for data pipeline.
1314

1415
### TODO:
1516
- Makefile

0 commit comments

Comments
 (0)