You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And here is an example of this transformation configuration (using :schema.name.regex)
192
195
193
196
```properties
@@ -232,7 +235,7 @@ This supports extracting information from a record key with a schema (e.g. Avro)
232
235
The transformation defines the following configurations:
233
236
234
237
-`key.fields` - The comma-separated name(s) of the fields in the record key that should be extracted, or `*` to use the entire key.
235
-
-`value.fields` - The comma-separated name(s) of the fields to add into the record value, in the same order as `key.field.names`.
238
+
-`value.fields` - The comma-separated name(s) of the fields to add into the record value, in the same order as `key.fields`.
236
239
237
240
Any empty or missing value field uses the same name as the key field by default. If a `*` is specified as the key field, its default value field name is `_key`.
This project is licensed under the [Apache License, Version 2.0](LICENSE).
260
262
261
263
## Trademarks
262
264
263
265
Apache Kafka and Apache Kafka Connect are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.
0 commit comments