Skip to content

Commit 51eb2cb

Browse files
authored
avrogen instructions -> readme (#489)
1 parent 2580e02 commit 51eb2cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ public class Program
141141
}
142142
```
143143

144+
### AvroGen tool
145+
146+
The Avro serializer and deserializer provided by `Confluent.Kafka.Avro` can be used with the `GenericRecord` class
147+
or with specific classes generated using the `avrogen` tool
148+
(available [here](https://github.com/confluentinc/avro/releases/download/v1.7.7.4/avrogen.zip)). Usage:
149+
150+
```
151+
dotnet /path/to/avrogen.dll -s your_schema.asvc .
152+
```
153+
144154
## Build
145155

146156
To build the library or any test or example project, run the following from within the relevant project directory:

0 commit comments

Comments
 (0)