@@ -3,14 +3,15 @@ layout: post
3
3
title : A Test Environment for Kafka Applications
4
4
---
5
5
6
- In [ Testing Event Driven Systems] ( https://www.confluent.io/blog/testing-event-driven-systems ) ,
7
- I introduced the test-machine and included a simple example for
8
- demonstration purposes. I made the claim that however your system is
9
- implemented, as long as its input and output can be represented in
10
- Kafka, the test-machine would be an effective tool for testing it. Now
11
- we’ve had some time to put that claim to the...ahem test, I thought
12
- it might be interesting to explore some actual use-cases in a bit more
13
- detail.
6
+ In [ Testing Event Driven
7
+ Systems] ( https://www.confluent.io/blog/testing-event-driven-systems ) ,
8
+ I introduced the test-machine, (a Clojure library for testing kafka
9
+ applications) and included a simple example for demonstration
10
+ purposes. I made the claim that however your system is implemented, as
11
+ long as its input and output can be represented in Kafka, the
12
+ test-machine would be an effective tool for testing it. Now we’ve had
13
+ some time to put that claim to the...ahem test, I thought it might be
14
+ interesting to explore some actual use-cases in a bit more detail.
14
15
15
16
Having spent a year or so of using the test-machine, I can now say
16
17
with increased confidence that it is an effective tool for
0 commit comments