<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/what-texting-your-ex-has-to-do-with-event-driven-design--sijrwir4t" -->

---
title: What texting your Ex has to do with Event-Driven Design?
description: Using the analogy of texting an ex after a night out, this post explains how to handle incorrectly published events in event-driven systems. The four...
canonical: https://daily.dev/posts/what-texting-your-ex-has-to-do-with-event-driven-design--sijrwir4t
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: What texting your Ex has to do with Event-Driven Design? | daily.dev
og:description: Using the analogy of texting an ex after a night out, this post explains how to handle incorrectly published events in event-driven systems. The four...
og:url: https://daily.dev/posts/what-texting-your-ex-has-to-do-with-event-driven-design--sijrwir4t
og:image: https://api.daily.dev/og/posts/SiJrwIR4T.png
og:image:alt: What texting your Ex has to do with Event-Driven Design?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What texting your Ex has to do with Event-Driven Design?

**[Event-Driven by Oskar Dudycz](https://daily.dev/sources/event-driven-io)** · 3 min read · 0 upvotes · 0 comments

## Summary

Using the analogy of texting an ex after a night out, this post explains how to handle incorrectly published events in event-driven systems. The four strategies covered are: thinking upfront and writing tests, editing events before they're consumed (e.g., via the Outbox Pattern or database migration), deleting messages from the message bus (e.g., Kafka), and performing compensating operations — similar to issuing a corrective invoice — as the most reliable recovery method.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://event-driven.io/en/what_texting_ex_has_to_do_with_event_driven_design>

## Similar posts on daily.dev

- [Patterns & Best Practices in Event-Driven Systems — Kogan.com Dev Blog](https://daily.dev/posts/patterns-best-practices-in-event-driven-systems-kogan-com-dev-blog-klr34bwfw) · Kogan.com · 44 upvotes · 2 comments
- [Inbox & Outbox patterns for reliable event processing](https://daily.dev/posts/inbox-outbox-patterns-for-reliable-event-processing-j8qt0su06) · theburningmonk.com · 37 upvotes · 2 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#kafka](https://daily.dev/tags/kafka), [#distributed-systems](https://daily.dev/tags/distributed-systems)

[View this post on daily.dev](https://daily.dev/posts/what-texting-your-ex-has-to-do-with-event-driven-design--sijrwir4t)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"What texting your Ex has to do with Event-Driven Design?","url":"https://daily.dev/posts/what-texting-your-ex-has-to-do-with-event-driven-design--sijrwir4t","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/what-texting-your-ex-has-to-do-with-event-driven-design--sijrwir4t"},"datePublished":"2026-06-17T11:26:14.579Z","dateModified":"2026-06-17T11:33:11.927Z","description":"Using the analogy of texting an ex after a night out, this post explains how to handle incorrectly published events in event-driven systems. The four...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b7887a0988601c8124d3e0e697903cdb?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b7887a0988601c8124d3e0e697903cdb?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Event-Driven by Oskar Dudycz","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Event-Driven by Oskar Dudycz","logo":"https://media.daily.dev/image/upload/s--unDKCFQ0--/f_auto,q_auto/v1781695550/logos/event-driven-io?_a=BAMAMiWQ0","url":"https://daily.dev/sources/event-driven-io"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/what-texting-your-ex-has-to-do-with-event-driven-design--sijrwir4t","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"architecture,kafka,distributed-systems","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Event-Driven by Oskar Dudycz","item":"https://daily.dev/sources/event-driven-io"},{"@type":"ListItem","position":3,"name":"What texting your Ex has to do with Event-Driven Design?"}]}
```

