You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by pe...@apache.org on 2019/07/15 14:12:37 UTC

[skywalking-data-collect-protocol] branch endpoints created (now 99943c1)

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

pengys pushed a change to branch endpoints
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git.


      at 99943c1  Correct spelling errors in the network protocol.

This branch includes the following new commits:

     new 99943c1  Correct spelling errors in the network protocol.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-data-collect-protocol] 01/01: Correct spelling errors in the network protocol.

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pengys pushed a commit to branch endpoints
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git

commit 99943c13bc07322464d7237625fb769bb7e824f5
Author: 彭勇升 pengys <pe...@apache.org>
AuthorDate: Mon Jul 15 22:12:33 2019 +0800

    Correct spelling errors in the network protocol.
---
 register/Register.proto | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/register/Register.proto b/register/Register.proto
index aff9ea5..6e8000b 100644
--- a/register/Register.proto
+++ b/register/Register.proto
@@ -32,7 +32,7 @@ service Register {
     rpc doServiceInstanceRegister (ServiceInstances) returns (ServiceInstanceRegisterMapping) {
     }
 
-    rpc doEndpointRegister (Enpoints) returns (EndpointMapping) {
+    rpc doEndpointRegister (Endpoints) returns (EndpointMapping) {
     }
 
     rpc doNetworkAddressRegister (NetAddresses) returns (NetAddressMapping) {
@@ -86,8 +86,8 @@ message NetAddressMapping {
     repeated KeyIntValuePair addressIds = 1;
 }
 
-// Endpint register
-message Enpoints {
+// Endpoints register
+message Endpoints {
     repeated Endpoint endpoints = 1;
 }