Raduz.KafkaClient.Publisher
2.0.3
See the version list below for details.
dotnet add package Raduz.KafkaClient.Publisher --version 2.0.3
NuGet\Install-Package Raduz.KafkaClient.Publisher -Version 2.0.3
<PackageReference Include="Raduz.KafkaClient.Publisher" Version="2.0.3" />
paket add Raduz.KafkaClient.Publisher --version 2.0.3
#r "nuget: Raduz.KafkaClient.Publisher, 2.0.3"
// Install Raduz.KafkaClient.Publisher as a Cake Addin #addin nuget:?package=Raduz.KafkaClient.Publisher&version=2.0.3 // Install Raduz.KafkaClient.Publisher as a Cake Tool #tool nuget:?package=Raduz.KafkaClient.Publisher&version=2.0.3
| _ \ / \ | _ | | | |__ / | |/ /__ _ / | | ____ _ / | () ___ _ __ | | | _ \ _ | | | ()| | ___ _ __
| |) | / _ \ | | | | | | | / / | ' // | |_| |/ / _
| | | | |/ _ \ ' | | | |) | | | | ' | | / _| ' \ / _ \ '|
| _ < / ___ | || | || |/ /_ | . \ (| | | < (| | || | | / | | | | | __/| || | |) | | _ \ | | | / |
|| _// ___/ _//()|__,|| ||__,|_|||___|| ||_()| _,|.__/|||/| ||_|_|
How to use:
Add settings to your appsettings.json: KafkaClientProducerConfig - inherits from https://docs.confluent.io/platform/current/clients/confluent-kafka-dotnet/_site/api/Confluent.Kafka.ProducerConfig.html + AllowCreateTopic - create topic, if there is non while publishing
SchemaRegistryConfig https://docs.confluent.io/platform/current/clients/confluent-kafka-dotnet/_site/api/Confluent.SchemaRegistry.SchemaRegistryConfig.html
Register ConfigureKafkaConsumer and ConfigureKafkaPublisher to services container
Publisher is used like:
var publisher = app.Services.GetService<IKafkaPublisher>()!; // or some other way to obtain await publisher.PublishAsync("{TOPIC-NAME}", "{SOME-KEY}", {YOUR-AVRO-OBJECT}, cancellationToken);
Implement Exception handlers
For Publisher implement IPublisherExceptionHandler
Enjoy easily used package 😃
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 6.0.0)
- Raduz.KafkaClient.Contracts (>= 2.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Raduz.KafkaClient.Publisher:
Package | Downloads |
---|---|
Raduz.KafkaClient.Client
Easy to use Kafka client using AVRO schema |
GitHub repositories
This package is not used by any popular GitHub repositories.