From 800a208e51f6fb8dd8817e7f26e90e48f3565dff Mon Sep 17 00:00:00 2001 From: Andrea Crotti Date: Wed, 24 Apr 2024 10:36:28 +0100 Subject: [PATCH] fix syntax error in example --- doc/test-machine.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/test-machine.md b/doc/test-machine.md index 0c7c839b..b83d54e8 100644 --- a/doc/test-machine.md +++ b/doc/test-machine.md @@ -159,19 +159,20 @@ requirements. {"bootstrap.servers" "localhost:9092" "group.id" "my-app"}) + (def input-topic-config {:foo {:topic-name "foo" :key-serde (string-serde) :value-serde (string-serde) :partition-count 1 - :replication-factor 1}) + :replication-factor 1}}) (def output-topic-config {:foo {:topic-name "bar" :key-serde (string-serde) :value-serde (string-serde) :partition-count 1 - :replication-factor 1}) + :replication-factor 1}}) (defn with-test-machine "Creates a test-machine using the supplied `transport` and then