sijie closed pull request #2355: Remove snapshot-topic ref
URL: https://github.com/apache/incubator-pulsar/pull/2355
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/conf/functions_worker.yml b/conf/functions_worker.yml
index 70ae311819..444b7fb9f6 100644
--- a/conf/functions_worker.yml
+++ b/conf/functions_worker.yml
@@ -25,7 +25,6 @@ workerPortTls: 6751
connectorsDirectory: ./connectors
functionMetadataTopicName: metadata
-functionMetadataSnapshotsTopicPath: snapshots
clusterCoordinationTopicName: coordinate
pulsarFunctionsNamespace: public/functions
pulsarFunctionsCluster: standalone
diff --git
a/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java
b/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java
index 83a20bf9ce..35d3e18307 100644
---
a/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java
+++
b/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java
@@ -59,7 +59,6 @@
private String pulsarServiceUrl;
private String pulsarWebServiceUrl;
private String clusterCoordinationTopicName;
- private String functionMetadataSnapshotsTopicPath;
private String pulsarFunctionsNamespace;
private String pulsarFunctionsCluster;
private int numFunctionPackageReplicas;
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services