Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
[Doc] Fixed a typo in Cookbook / Topic compaction (#4544)
Browse files Browse the repository at this point in the history
## Motivation
Improving the quality of the documentation.
  • Loading branch information
danielandersson authored and sijie committed Jun 18, 2019
1 parent 628bdd7 commit d1545bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/cookbooks-compaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use compaction:
## When should I use compacted topics? {#when}

The classic example of a topic that could benefit from compaction would be a stock ticker topic through which consumers can access up-to-date values for specific stocks. Imagine a scneario in which messages carrying stock value data use the stock symbol as the key (`GOOG`, `AAPL`, `TWTR`, etc.). Compacting this topic would give consumers on the topic two options:
The classic example of a topic that could benefit from compaction would be a stock ticker topic through which consumers can access up-to-date values for specific stocks. Imagine a scenario in which messages carrying stock value data use the stock symbol as the key (`GOOG`, `AAPL`, `TWTR`, etc.). Compacting this topic would give consumers on the topic two options:

* They can read from the "original," non-compacted topic in case they need access to "historical" values, i.e. the entirety of the topic's messages.
* They can read from the compacted topic if they only want to see the most up-to-date messages.
Expand Down

0 comments on commit d1545bd

Please sign in to comment.