You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/03/08 10:22:05 UTC

[pulsar] branch master updated: Update concepts-messaging.md (#3789)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new c5f4a69  Update concepts-messaging.md (#3789)
c5f4a69 is described below

commit c5f4a69a22614fde98ea457aa17475af2b392cb1
Author: Andrey <Cj...@gmail.com>
AuthorDate: Fri Mar 8 13:21:55 2019 +0300

    Update concepts-messaging.md (#3789)
    
    ### Motivation
    
    Documentation is inconsistency after the third compression was added.
    
    ### Modifications
    
    Update documentation text.
    
    ### Verifying this change
    
    This change is a trivial rework / code cleanup without any test coverage.
---
 site2/docs/concepts-messaging.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/concepts-messaging.md b/site2/docs/concepts-messaging.md
index b5ed064..f5ae6cf 100644
--- a/site2/docs/concepts-messaging.md
+++ b/site2/docs/concepts-messaging.md
@@ -40,7 +40,7 @@ Producers can send messages to brokers either synchronously (sync) or asynchrono
 
 ### Compression
 
-Messages published by producers can be compressed during transportation in order to save bandwidth. Pulsar currently supports two types of compression:
+Messages published by producers can be compressed during transportation in order to save bandwidth. Pulsar currently supports the following types of compression:
 
 * [LZ4](https://github.com/lz4/lz4)
 * [ZLIB](https://zlib.net/)