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/06/25 11:59:50 UTC

[pulsar] branch master updated: Remove extraneous } (#4588)

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 0d0226e  Remove extraneous } (#4588)
0d0226e is described below

commit 0d0226e65cdc6c1d70e8a7bbdfb40bd890e7473e
Author: Grant Wu <gr...@gmail.com>
AuthorDate: Tue Jun 25 07:59:45 2019 -0400

    Remove extraneous } (#4588)
---
 site2/docs/developing-binary-protocol.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/developing-binary-protocol.md b/site2/docs/developing-binary-protocol.md
index f2966f5..e9e5252 100644
--- a/site2/docs/developing-binary-protocol.md
+++ b/site2/docs/developing-binary-protocol.md
@@ -57,7 +57,7 @@ Message metadata is stored alongside the application-specified payload as a seri
 | Field                                | Description                                                                                                                                                                                                                                               |
 |:-------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | `producer_name`                      | The name of the producer that published the message                                                                                                                                                                                         |
-| `sequence_id`                        | The sequence ID of the message, assigned by producer}                                                                                                                                                                                        |
+| `sequence_id`                        | The sequence ID of the message, assigned by producer                                                                                                                                                                                        |
 | `publish_time`                       | The publish timestamp in Unix time (i.e. as the number of milliseconds since January 1st, 1970 in UTC)                                                                                                                                                    |
 | `properties`                         | A sequence of key/value pairs (using the [`KeyValue`](https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/proto/PulsarApi.proto#L32) message). These are application-defined keys and values with no special meaning to Pulsar. |
 | `replicated_from` *(optional)*       | Indicates that the message has been replicated and specifies the name of the [cluster](reference-terminology.md#cluster) where the message was originally published                                                                                                             |