no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Confluent
Batch Consume with Kafka and .NET
By default, the Confluent Kafka client consumes one message at time, but with a bit of work it can consume batches of messages.
Apr 17, 2025
#
Confluent
,
Kafka
,
dotNet
,
Batch
,
Async
,
Asynchronous
Using the Confluent Kafka Consumer in a Non-Blocking Way in .NET and C#
The Consume method of the Kafka Confluent library for C# is synchronous, this post shows you how to use it in a non-blocking way.
Nov 17, 2024
#
Confluent
,
Kafka
,
Async
,
Asynchronous
,
Sync
,
Synchronous
,
BackgroundService
Broadcasting Messages with Apache Kafka and .NET
Using Kafka to broadcast a message to all instances of an application seems to be a less common use case than using Kafka to send a message to one of many instances of an application. But broadcasting is easy to do with a single change to the consumer.
Aug 30, 2024
#
Kafka
,
Confluent
,
Docker
,
Container
Running Apache Kafka on Windows
It is strangely difficult to find an easy way to run Apache Kafka on Windows. This post explains how to do just that.
Aug 26, 2024
#
Kafka
,
Confluent
,
Docker
,
Container
Using Kafka with .NET
I found it challenging to find simple steps to get Kafka running and then use it with .NET. This post explains how to do both.
Aug 21, 2024
#
Kafka
,
Docker
,
Container
,
Confluent
Cite
×