HaKafkaNet 9.2.2
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package HaKafkaNet --version 9.2.2
NuGet\Install-Package HaKafkaNet -Version 9.2.2
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="HaKafkaNet" Version="9.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HaKafkaNet" Version="9.2.2" />
<PackageReference Include="HaKafkaNet" />
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 HaKafkaNet --version 9.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HaKafkaNet, 9.2.2"
#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 HaKafkaNet@9.2.2
#: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=HaKafkaNet&version=9.2.2
#tool nuget:?package=HaKafkaNet&version=9.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
HaKafkaNet
A library for easily creating Home Assistant automations in .NET and C#.
Kafka ensures automations are durable and state is restored between restarts.
It was created with the following goals:
- Create Home Assistant automations in .NET / C# with abilities to:
- track/retrieve states of all entities in Home Assistant
- respond to Home Assistant state changes
- call Home Assistant RESTful services
- Enable all automation code to be fully unit testable
Why ha-kafka-net ?
- Strongly typed access to entities
- Durable - Automations that survive restarts. See also Event Timings
- Fast - Automations run in parallel and asynchronously.
- UI to manage your automations and inspect Kafka consumers.
- Observability through
- Pre-built automations
- Extensible framework - create your own reusable automations
- Extend automation factory with extension methods
- Create your own automamtions from scratch
- Automation builder with fluent syntax for quickly creating automations.
- Full unit testability and componet level testing with Test Harness
- MIT license
See Documentation for full details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- FastEndpoints (>= 5.29.0)
- KafkaFlow (>= 3.0.10)
- KafkaFlow.Admin (>= 3.0.10)
- KafkaFlow.Admin.Dashboard (>= 3.0.10)
- KafkaFlow.Admin.WebApi (>= 3.0.10)
- KafkaFlow.Extensions.Hosting (>= 3.0.10)
- KafkaFlow.LogHandler.Console (>= 3.0.10)
- KafkaFlow.LogHandler.Microsoft (>= 3.0.10)
- KafkaFlow.Microsoft.DependencyInjection (>= 3.0.10)
- KafkaFlow.Serializer.JsonCore (>= 3.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- NLog (>= 5.3.4)
- NLog.Web.AspNetCore (>= 5.3.14)
- OpenTelemetry (>= 1.9.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HaKafkaNet:
| Package | Downloads |
|---|---|
|
HaKafkaNet.TestHarness
A library containing test helpers for HaKafkaNet. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 11.3.0 | 330 | 6/8/2025 |
| 11.2.0 | 177 | 5/3/2025 |
| 11.1.4 | 324 | 1/13/2025 |
| 11.1.3 | 292 | 1/4/2025 |
| 11.1.2 | 245 | 1/1/2025 |
| 11.1.1 | 183 | 12/31/2024 |
| 11.1.0 | 201 | 12/31/2024 |
| 11.0.0 | 228 | 12/27/2024 |
| 10.2.2 | 220 | 12/19/2024 |
| 10.2.1 | 248 | 12/7/2024 |
| 10.2.0 | 190 | 11/29/2024 |
| 10.1.1 | 193 | 11/21/2024 |
| 10.1.0 | 195 | 11/10/2024 |
| 10.0.2 | 206 | 10/27/2024 |
| 10.0.1 | 194 | 10/26/2024 |
| 10.0.0 | 210 | 10/25/2024 |
| 9.2.2 | 241 | 10/13/2024 |
| 9.2.1 | 203 | 10/12/2024 |
| 9.2.0 | 247 | 10/12/2024 |
| 9.1.0 | 220 | 10/5/2024 |
Loading failed