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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ The `ConfluentAvroStreamDecodingTransformer` is built on [ABRiS](https://github.
138
138
|`transformer.{transformer-id}.key.schema.naming.strategy`| Yes if `consume.keys` is true | Subject name strategy for key |
139
139
|`transformer.{transformer-id}.key.schema.record.name`| Yes for key naming strategies `record.name` and `topic.record.name`| Name of the record. |
140
140
|`transformer.{transformer-id}.key.schema.record.namespace`| Yes for key naming strategies `record.name` and `topic.record.name`| Namespace of the record. |
141
+
|`transformer.{transformer-id}.keep.columns`| No | Comma-separated list of columns to keep (e.g. offset, partition) |
141
142
142
143
For detailed information on the subject name strategy, please take a look at the [Schema Registry Documentation](https://docs.confluent.io/current/schema-registry/).
0 commit comments