Kafka.Protocol
7.0.0-pre-9388ce25
See the version list below for details.
dotnet add package Kafka.Protocol --version 7.0.0-pre-9388ce25
NuGet\Install-Package Kafka.Protocol -Version 7.0.0-pre-9388ce25
<PackageReference Include="Kafka.Protocol" Version="7.0.0-pre-9388ce25" />
<PackageVersion Include="Kafka.Protocol" Version="7.0.0-pre-9388ce25" />
<PackageReference Include="Kafka.Protocol" />
paket add Kafka.Protocol --version 7.0.0-pre-9388ce25
#r "nuget: Kafka.Protocol, 7.0.0-pre-9388ce25"
#:package Kafka.Protocol@7.0.0-pre-9388ce25
#addin nuget:?package=Kafka.Protocol&version=7.0.0-pre-9388ce25&prerelease
#tool nuget:?package=Kafka.Protocol&version=7.0.0-pre-9388ce25&prerelease
Kafka protocol definitions
| Product | Versions 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- System.IO.Pipelines (>= 4.5.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Kafka.Protocol:
| Package | Downloads |
|---|---|
|
Kafka.TestFramework
Framework for testing integrations with Kafka |
|
|
Kafka.TestBroker
An in-process fake Kafka broker for integration tests and local development. No Docker, no Zookeeper — just add the package and go. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.2 | 91 | 5/25/2026 |
| 9.0.2-pre-937c13f3 | 103 | 5/25/2026 |
| 9.0.1 | 147 | 2/23/2026 |
| 9.0.1-pre-aea2ae9a | 111 | 2/23/2026 |
| 9.0.0 | 1,311 | 9/9/2025 |
| 9.0.0-pre-fbe92e2b | 224 | 9/9/2025 |
| 8.0.0 | 613 | 4/2/2025 |
| 8.0.0-pre-fba19ef2 | 220 | 4/2/2025 |
| 7.0.1 | 13,084 | 1/27/2025 |
| 7.0.1-pre-524be03a | 159 | 1/27/2025 |
| 7.0.1-pre-159bfe3c | 177 | 1/27/2025 |
| 7.0.0 | 299 | 1/15/2025 |
| 7.0.0-pre-dcf4418a | 174 | 12/23/2024 |
| 7.0.0-pre-b6de0883 | 172 | 12/19/2024 |
| 7.0.0-pre-acbfddff | 211 | 12/31/2024 |
| 7.0.0-pre-9388ce25 | 189 | 12/18/2024 |
| 7.0.0-pre-13443817 | 157 | 1/14/2025 |
| 6.0.0 | 287 | 11/14/2024 |
| 6.0.0-pre-f10205c1 | 174 | 11/13/2024 |
| 6.0.0-pre-62e2dea7 | 176 | 11/13/2024 |
# [v7.0.0-pre-9388ce25](https://github.com/Fresa/Kafka.Protocol/compare/d3dd45dc431bd5c9fb490458b9361c95d900cda9...9388ce25cb5ff49333c3d26202e43956f84a0e59) (2024-12-18)
### Features
* **logging:** add log event source ([b0f3c2d](https://github.com/Fresa/Kafka.Protocol/commit/b0f3c2da16fd5a4badc39bccd137c7bbc2f7b8b9))
### BREAKING CHANGES
* **logging:** Log.It dependency is replaced with an EventSource implementation