Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi committed Jul 23, 2024
1 parent a9ffccd commit c4bae47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka-cheat-sheet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kafka cheat sheet
[position in architecture ](https://github.com/cherkavi/cheat-sheet/blob/master/architecture-cheat-sheet.md#communication-between-applications)
**Kafka guarantees**
[position in architecture ](https://github.com/cherkavi/cheat-sheet/blob/master/architecture-cheat-sheet.md#communication-between-applications)
## **Kafka guarantees**
* messages that sent into particular topic will be appended in the same order
* consumer see messages in order that were written
* "At-least-once" message delivery guaranteed - for consumer who crushed before it commited offset
Expand Down

0 comments on commit c4bae47

Please sign in to comment.