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 0fd4e84  remove unnecessary proto def in FunctionsConfig (#1531)
0fd4e84 is described below

commit 0fd4e84e2f5ee9cbfff729bfef0fd00933a83e9b
Author: Boyang Jerry Peng <jerry.boyang.p...@gmail.com>
AuthorDate: Wed Apr 11 23:48:35 2018 -0700

    remove unnecessary proto def in FunctionsConfig (#1531)
---
 pulsar-functions/proto/src/main/proto/Function.proto | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pulsar-functions/proto/src/main/proto/Function.proto 
b/pulsar-functions/proto/src/main/proto/Function.proto
index ab4a726..c12059f 100644
--- a/pulsar-functions/proto/src/main/proto/Function.proto
+++ b/pulsar-functions/proto/src/main/proto/Function.proto
@@ -53,9 +53,6 @@ message FunctionConfig {
     bool autoAck = 13;
     repeated string inputs = 14;
     int32 parallelism = 15;
-    // Fully qualified function name
-    // (alternative to specifying tenant/namespace/name)
-    string fqfn = 16;
 }
 
 message PackageLocationMetaData {

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

Reply via email to