Concurrent Flows

Concurrent Flows

Follow
homeCurrent ProjectMy Backgroundbadges
Tag

Apache Kafka

#apache-kafka

More content

Read more stories on Hashnode


Articles with this tag

Kafka Producer - C# Sync vs Async

Jan 25, 20235 min read

To Sync or not to Sync in dotnet · Rules of Thumb We're taught early and often that any I/O Bound operations should be done Asynchronously. A general...

Kafka Producer - C# Sync vs Async

Why I Orient Events to their Producer

Dec 28, 20224 min read

An Event shouldn't know who's listening · Context Event-Driven Architecture is an evolution of a more generic Microservices Architecture. With...

Why I Orient Events to their Producer