Skip to content

Commit 3f5a547

Browse files
authored
Merge pull request #3 from aiven/fix-readme
Fix example of transformation configuration in README
2 parents 266cfa4 + 500c067 commit 3f5a547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Here's an example of this transformation configuration:
2525

2626
```properties
2727
transforms=ExtractTopicFromValueField
28+
transforms.ExtractTopicFromValueField.type=io.aiven.kafka.connect.transforms.ExtractTopic$Value
2829
transforms.ExtractTopicFromValueField.field.name=inner_field_name
2930
```
3031

0 commit comments

Comments
 (0)