We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9233d4 commit 3b5ed7bCopy full SHA for 3b5ed7b
README.md
@@ -188,10 +188,12 @@ transforms.ExtractTopicFromSchemaName.schema.name.topic-map=com.acme.schema.Sche
188
189
```
190
And here is an example of this transformation configuration (using :schema.name.regex)
191
+
192
```properties
193
transforms=ExtractTopicFromValueSchema
194
transforms.ExtractTopicFromValueSchema.type=io.aiven.kafka.connect.transforms.ExtractTopicFromSchemaName$Value
195
transforms.ExtractTopicFromValueSchema.schema.name.regex=(?:[.]|^)([^.]*)$
196
+```
197
198
## License
199
0 commit comments