iskandersierra / Avro-C-Sharp-Working-Example

A working example to send Avro data through UDP connection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avro-C-Sharp-Working-Example

Apache Avro

is an awesome data serialization framework. However, it took me a while to get it working
with my C# stack. Here is a working example to demonstrate how to get it working in C#,
encode the data object into a buffer, and finally send the buffer through UDP.

About

A working example to send Avro data through UDP connection


Languages

Language:C# 100.0%