Skip to content

Commit 806f7c1

Browse files
committed
add docs
1 parent 8947036 commit 806f7c1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ To obtain an output like `{"foo":1,"bar":2}`, we add the SMT to the Connector co
3434
"value.converter.schema.registry.url": "http://schema-registry:8080/apis/ccompat/v7"
3535
}
3636
```
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

Comments
 (0)