Axual .NET Client Documentation

Welcome to the Axual .NET Client documentation, Use the menu on the left to navigate through the various sections.

Introduction

Axual.Kafka.Proxy is Axual’s .NET client for Apache Kafka, it is based on the open source Confluent .NET Client.

Axual Clients will reach EOL by the end of 2024. Please read the following blog post for more information: https://axual.com/update-on-support-of-axual-client-libraries
You can find the source code of the client in the Axual .NET Client repository, and all code snippets included in the documentation in the Axual .NET Client Examples repository in form of full runnable applications.

Prerequisites

A computer equipped with:

.NET Standard >= v2.0 is required to use Apache.Avro

Setting up Dependencies

Start by including the dependency on the Axual .NET client library (Axual.Kafka.Proxy and Axual.SchemaRegistry.Serdes.Avro) as you would do with any dependency.

You are all set to create your first producer and consumer.