From commits-return-12260-archive-asf-public=cust-asf.ponee.io@pulsar.incubator.apache.org Thu Aug 2 19:36:39 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9F34B180674 for ; Thu, 2 Aug 2018 19:36:38 +0200 (CEST) Received: (qmail 92675 invoked by uid 500); 2 Aug 2018 17:36:37 -0000 Mailing-List: contact commits-help@pulsar.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.incubator.apache.org Delivered-To: mailing list commits@pulsar.incubator.apache.org Received: (qmail 92666 invoked by uid 99); 2 Aug 2018 17:36:37 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2018 17:36:37 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 39CEF825A8; Thu, 2 Aug 2018 17:36:37 +0000 (UTC) Date: Thu, 02 Aug 2018 17:36:37 +0000 To: "commits@pulsar.apache.org" Subject: [incubator-pulsar] branch master updated: [website] fix `developing-binary-protocol` page (#2288) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153323139710.29388.11258977777413051130@gitbox.apache.org> From: sijie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-pulsar X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 410c361c4893dacff07f3b476e9a48fbf3839263 X-Git-Newrev: 25e98f4ccf478ed32c5315f29be12a03a736d865 X-Git-Rev: 25e98f4ccf478ed32c5315f29be12a03a736d865 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 25e98f4 [website] fix `developing-binary-protocol` page (#2288) 25e98f4 is described below commit 25e98f4ccf478ed32c5315f29be12a03a736d865 Author: Sijie Guo AuthorDate: Thu Aug 2 10:36:34 2018 -0700 [website] fix `developing-binary-protocol` page (#2288) ### Motiviation old website has a customized template on formating protobuf file into website. it is hard to achieve in the new website. ### Changes Changes to a hyperlink to point back to the protobuf definition file at github. --- site2/docs/developing-binary-protocol.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/site2/docs/developing-binary-protocol.md b/site2/docs/developing-binary-protocol.md index 380e492..d3b46c1 100644 --- a/site2/docs/developing-binary-protocol.md +++ b/site2/docs/developing-binary-protocol.md @@ -549,9 +549,4 @@ message CommandPartitionedTopicMetadataResponse { ## Protobuf interface -{% include protobuf.html %} - - - - - +All Pulsar's Protobuf definitions can be found {@inject: github:here:/pulsar-common/src/main/proto/PulsarApi.proto}.