You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/11/03 18:17:40 UTC

[GitHub] [kafka] bbejeck commented on a change in pull request #9551: KAFKA-10679: Migrate upgrade changes from site to kafka/docs

bbejeck commented on a change in pull request #9551:
URL: https://github.com/apache/kafka/pull/9551#discussion_r516866726



##########
File path: docs/design.html
##########
@@ -508,7 +506,7 @@ <h4><a id="design_compactionbasics" href="#design_compactionbasics">Log Compacti
     the log, even if the message with that offset has been compacted away; in this case this position is indistinguishable from the next highest offset that does appear in the log. For example, in the picture above the
     offsets 36, 37, and 38 are all equivalent positions and a read beginning at any of these offsets would return a message set beginning with 38.
     <p>
-    Compaction also allows for deletes. A message with a key and a null payload will be treated as a delete from the log. Such a record is sometimes referred to as a <i>tombstone</i>. This delete marker will cause any prior message with that key to be removed (as would any new
+    Compaction also allows for deletes. A message with a key and a null payload will be treated as a delete from the log. This delete marker will cause any prior message with that key to be removed (as would any new

Review comment:
       I don't know, I missed this change when reviewing, I'll move it back




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org