There was an error while loading. Please reload this page.
1 parent 8947036 commit 806f7c1Copy full SHA for 806f7c1
1 file changed
README.md
@@ -34,3 +34,9 @@ To obtain an output like `{"foo":1,"bar":2}`, we add the SMT to the Connector co
34
"value.converter.schema.registry.url": "http://schema-registry:8080/apis/ccompat/v7"
35
}
36
```
37
+
38
+## Configuration
39
40
+| Name | Type | Default | Description |
41
+|--------|-----------|---------|-------------|
42
+| `wrap` | `Boolean` | false | If enabled, the SMT will wrap the key and the value in a single JSON object, e.g. `{ "key": ..., "value": ... }`.
0 commit comments