From 500c0673874c660b1ad7c1a867faf96dbbb3a438 Mon Sep 17 00:00:00 2001 From: Ivan Yurchenko Date: Tue, 10 Sep 2019 15:52:10 +0300 Subject: [PATCH] Fix example of transformation configuration in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e673b16..bdbfb37 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Here's an example of this transformation configuration: ```properties transforms=ExtractTopicFromValueField +transforms.ExtractTopicFromValueField.type=io.aiven.kafka.connect.transforms.ExtractTopic$Value transforms.ExtractTopicFromValueField.field.name=inner_field_name ```