Merging Message Types in a Kafka Topic
When I first started designing event-driven systems I followed the guideline of separating each message type into its own dedicated topic, it seemed like a ...
When I first started designing event-driven systems I followed the guideline of separating each message type into its own dedicated topic, it seemed like a ...
The dual-writes pattern is anytime a workflow has to write to two or more storages while not leveraging any transaction isolation.
A workflow inside a microservice typically writes stuff to a database and produces a message or API request to another service.