OfX-Kafka
7.1.10
dotnet add package OfX-Kafka --version 7.1.10
NuGet\Install-Package OfX-Kafka -Version 7.1.10
<PackageReference Include="OfX-Kafka" Version="7.1.10" />
<PackageVersion Include="OfX-Kafka" Version="7.1.10" />
<PackageReference Include="OfX-Kafka" />
paket add OfX-Kafka --version 7.1.10
#r "nuget: OfX-Kafka, 7.1.10"
#:package OfX-Kafka@7.1.10
#addin nuget:?package=OfX-Kafka&version=7.1.10
#tool nuget:?package=OfX-Kafka&version=7.1.10
OfX-Kafka
OfX-Kafka is an extension package for OfX that leverages Kafka for efficient data transportation. This package provides a high-performance, strongly-typed communication layer for OfX’s Attribute-based Data Mapping, enabling streamlined data retrieval across distributed systems.
Introduction
Kafka-based Transport: Implements Kafka to handle data communication between services, providing a fast, secure, and scalable solution.
Installation
To install the OfX-Kafka package, use the following NuGet command:
dotnet add package OfX-Kafka
Or via the NuGet Package Manager:
Install-Package OfX-Kafka
How to Use
1. Register OfX-Kafka
Add OfX-Kafka to your service configuration during application startup:
builder.Services.AddOfX(cfg =>
{
cfg.AddContractsContainNamespaces(typeof(SomeContractAssemblyMarker).Assembly);
cfg.AddKafka(c => c.Host("localhost:9092"));
});
...
var app = builder.Build();
app.Run();
Note: OfX-Kafka uses topics that start with ofx-response-topic-[application.friendly.name]. Therefore, you should
avoid using other topics. Additionally, OfX-Kafka automatically creates the topic
ofx-request-topic-[ofx.attribute.metadata], so you should avoid creating a topic with the same name in your
application.
That All, enjoy your moment!
| Package Name | Description | .NET Version | Document |
|---|---|---|---|
| Core | |||
| OfX | OfX core | 8.0, 9.0 | ReadMe |
| Data Providers | |||
| OfX-EFCore | This is the OfX extension package using EntityFramework to fetch data | 8.0, 9.0 | ReadMe |
| OfX-MongoDb | This is the OfX extension package using MongoDb to fetch data | 8.0, 9.0 | ReadMe |
| Integrations | |||
| OfX-HotChocolate | OfX.HotChocolate is an integration package with HotChocolate for OfX. | 8.0, 9.0 | ReadMe |
| Transports | |||
| OfX-Azure.ServiceBus | OfX.Azure.ServiceBus is an extension package for OfX that leverages Azure ServiceBus for efficient data transportation. | 8.0, 9.0 | ReadMe |
| OfX-gRPC | OfX.gRPC is an extension package for OfX that leverages gRPC for efficient data transportation. | 8.0, 9.0 | ReadMe |
| OfX-Kafka | OfX-Kafka is an extension package for OfX that leverages Kafka for efficient data transportation. | 8.0, 9.0 | This Document |
| OfX-Nats | OfX-Nats is an extension package for OfX that leverages Nats for efficient data transportation. | 8.0, 9.0 | ReadMe |
| OfX-RabbitMq | OfX-RabbitMq is an extension package for OfX that leverages RabbitMq for efficient data transportation. | 8.0, 9.0 | ReadMe |
| 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 is compatible. 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. |
-
net8.0
- Confluent.Kafka (>= 2.8.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- OfX (>= 7.1.10)
-
net9.0
- Confluent.Kafka (>= 2.8.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- OfX (>= 7.1.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.1.10 | 165 | 10/20/2025 |
| 7.1.9 | 149 | 10/17/2025 |
| 7.1.8 | 158 | 10/15/2025 |
| 7.1.7 | 161 | 10/15/2025 |
| 7.1.6 | 160 | 10/7/2025 |
| 7.1.5 | 155 | 10/5/2025 |
| 7.1.4 | 167 | 9/24/2025 |
| 7.1.3 | 173 | 9/23/2025 |
| 7.1.2 | 168 | 9/23/2025 |
| 7.1.1 | 224 | 8/28/2025 |
| 7.1.0 | 163 | 8/13/2025 |
| 7.0.6 | 245 | 8/7/2025 |
| 7.0.5 | 241 | 8/6/2025 |
| 7.0.4 | 181 | 8/4/2025 |
| 7.0.3 | 120 | 7/4/2025 |
| 7.0.2 | 198 | 6/19/2025 |
| 7.0.1 | 165 | 6/19/2025 |
| 7.0.0 | 269 | 6/9/2025 |
| 6.0.2 | 204 | 5/26/2025 |
| 6.0.1 | 170 | 5/25/2025 |
| 6.0.0 | 171 | 5/20/2025 |
| 6.0.0-beta1 | 170 | 5/20/2025 |
| 5.0.22 | 197 | 5/5/2025 |
| 5.0.21 | 102 | 4/26/2025 |
| 5.0.20 | 104 | 4/26/2025 |
| 5.0.19 | 188 | 4/22/2025 |
| 5.0.18 | 225 | 4/13/2025 |
| 5.0.17 | 322 | 3/23/2025 |
| 5.0.16 | 174 | 3/18/2025 |
| 5.0.15 | 170 | 3/17/2025 |
| 5.0.14 | 211 | 3/9/2025 |
| 5.0.13 | 248 | 3/6/2025 |
| 5.0.12 | 249 | 3/6/2025 |
| 5.0.11 | 164 | 3/2/2025 |
| 5.0.10 | 164 | 2/28/2025 |
| 5.0.9 | 149 | 2/28/2025 |
| 5.0.8 | 150 | 2/28/2025 |
| 5.0.7 | 150 | 2/27/2025 |
| 5.0.6 | 150 | 2/26/2025 |
| 5.0.5 | 158 | 2/24/2025 |
| 5.0.4 | 142 | 2/21/2025 |
| 5.0.3 | 152 | 2/21/2025 |
| 5.0.2 | 145 | 2/19/2025 |
| 5.0.1 | 141 | 2/18/2025 |
| 5.0.0 | 140 | 2/17/2025 |
| 4.1.3 | 134 | 2/11/2025 |
| 4.1.2 | 142 | 2/11/2025 |
| 4.1.1 | 144 | 2/9/2025 |
| 4.1.0 | 155 | 2/8/2025 |
| 4.0.1 | 156 | 2/6/2025 |
| 4.0.0 | 138 | 2/4/2025 |
| 3.3.3 | 138 | 2/4/2025 |
| 3.3.2 | 148 | 2/3/2025 |
| 3.3.1 | 134 | 2/1/2025 |
| 3.3.0 | 160 | 1/22/2025 |
| 3.2.1 | 130 | 1/22/2025 |
| 3.2.0 | 160 | 1/21/2025 |
| 3.1.13 | 151 | 1/18/2025 |
| 3.1.12 | 131 | 1/16/2025 |
| 3.1.11 | 115 | 1/13/2025 |