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 99bd812  remove unused proto declaration (#1530)
99bd812 is described below

commit 99bd812e000510a86fd39fca396fc058fc27f673
Author: Boyang Jerry Peng <jerry.boyang.p...@gmail.com>
AuthorDate: Mon Apr 9 15:58:15 2018 -0700

    remove unused proto declaration (#1530)
---
 pulsar-functions/proto/src/main/proto/Function.proto | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pulsar-functions/proto/src/main/proto/Function.proto 
b/pulsar-functions/proto/src/main/proto/Function.proto
index 542d847..ab4a726 100644
--- a/pulsar-functions/proto/src/main/proto/Function.proto
+++ b/pulsar-functions/proto/src/main/proto/Function.proto
@@ -69,11 +69,6 @@ message FunctionMetaData {
     uint64 createTime = 4;
 }
 
-message Snapshot {
-    repeated FunctionMetaData functionMetaDataList = 1;
-    bytes lastAppliedMessageId = 2;
-}
-
 message Instance {
     FunctionMetaData functionMetaData = 1;
     int32 instanceId = 2;

-- 
To stop receiving notification emails like this one, please contact
si...@apache.org.

Reply via email to