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
Kafka
Running bitnami/kafka in Docker
It seems none of the Docker images of Kafka have sufficient instructions to run the container, and access it from the host computer. Here I show how to get bitnami/kafka working.
Jan 17, 2025
#
Kafka
,
Bitnami
,
Docker
,
Container
Getting Confluent Kafka Working in Linux with Docker Desktop
Getting Confluent Kafka working in Linux is not as easy as in Windows, but it can be done.
Dec 23, 2024
#
Kafka
,
Linux
,
Docker
,
Container
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
,
Asynchronous
,
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
×