Skip to content

Commit ee61ade

Browse files
committed
fix: linted docs
1 parent 7eaf32a commit ee61ade

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/wiki/api-references/Input-Output-Adapters-API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ mapper = AvroMessageMapper(
116116
```
117117

118118
The Avro mapper supports:
119+
119120
- Basic types: bool, int, long, double, string
120121
- Complex types: nested records (structs), arrays
121122
- Nullable fields via Avro unions (e.g., `["null", "long"]`)
@@ -261,6 +262,7 @@ csp.run(publish_graph, starttime=datetime.utcnow())
261262
```
262263

263264
The Avro format provides significant performance benefits over JSON:
265+
264266
- Smaller message size (binary encoding)
265267
- Faster serialization/deserialization
266268
- Schema validation at compile time

0 commit comments

Comments
 (0)