Confluent.Kafka 0.9.2-preview

This is a prerelease version of Confluent.Kafka.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Confluent.Kafka --version 0.9.2-preview
                    
NuGet\Install-Package Confluent.Kafka -Version 0.9.2-preview
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Confluent.Kafka" Version="0.9.2-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Confluent.Kafka" Version="0.9.2-preview" />
                    
Directory.Packages.props
<PackageReference Include="Confluent.Kafka" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Confluent.Kafka --version 0.9.2-preview
                    
#r "nuget: Confluent.Kafka, 0.9.2-preview"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Confluent.Kafka@0.9.2-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Confluent.Kafka&version=0.9.2-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Confluent.Kafka&version=0.9.2-preview&prerelease
                    
Install as a Cake Tool

A .NET client for Apache Kafka based on librdkafka.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (931)

Showing the top 5 NuGet packages that depend on Confluent.Kafka:

Package Downloads
Confluent.SchemaRegistry

A .NET Client for Confluent Schema Registry

Confluent.SchemaRegistry.Serdes.Avro

Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration

AspNetCore.HealthChecks.Kafka

HealthChecks.Kafka is the health check package for Kafka.

MassTransit.Kafka

MassTransit Kafka Support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

Confluent.SchemaRegistry.Serdes.Protobuf

Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration

GitHub repositories (83)

Showing the top 20 popular GitHub repositories that depend on Confluent.Kafka:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
MassTransit/MassTransit
Distributed Application Framework for .NET
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
ravendb/ravendb
ACID Document Database
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
microsurging/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming.
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET
Fody/Costura
Embed references as resources
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 10 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 21, React 19, Vue 3.5, BFF with YARP, NextJs 16, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ...
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
dotnetcore/EasyCaching
:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
JasperFx/wolverine
Supercharged .NET server side development!
Version Downloads Last Updated
2.14.0 165,591 4/2/2026
2.14.0-RC1 581 3/31/2026
2.13.2 767,245 3/2/2026
2.13.2-RC1 744 2/27/2026
2.13.1 336,585 2/19/2026
2.13.0 1,865,379 1/5/2026
2.13.0-RC2 2,558 12/30/2025
2.12.0 4,289,259 10/9/2025
2.12.0-RC2 12,284 10/7/2025
2.11.1 3,260,170 8/18/2025
2.11.1-RC2 774 8/18/2025
2.11.0 3,598,257 7/3/2025
2.11.0-RC2 864 7/2/2025
2.10.1 1,748,214 6/11/2025
2.10.1-RC2 701 6/9/2025
2.10.0 4,544,039 4/17/2025
2.10.0-RC3 1,212 4/17/2025
2.9.0 1,459,125 3/31/2025
2.2.1 109,887 1/13/2025
Loading failed