We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2580e02 commit 51eb2cbCopy full SHA for 51eb2cb
README.md
@@ -141,6 +141,16 @@ public class Program
141
}
142
```
143
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
154
## Build
155
156
To build the library or any test or example project, run the following from within the relevant project directory:
0 commit comments