This is an automated email from the ASF dual-hosted git repository.
zhoubo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git
The following commit(s) were added to refs/heads/master by this push:
new 8c63c64 update readme (#240)
8c63c64 is described below
commit 8c63c642ea1b8c34f70bb5eaef0878f8a0b1ef4b
Author: Oliver <[email protected]>
AuthorDate: Sat Aug 6 16:08:24 2022 +0800
update readme (#240)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d3505a6..2fb2e34 100644
--- a/README.md
+++ b/README.md
@@ -351,12 +351,12 @@ CONNECT_HOME=${user path}/rocketmq-connect/distribution
###集群模式启动Connect Worker
Main Class配置
-org.apache.rocketmq.connect.runtime.StandaloneConnectStartup
+org.apache.rocketmq.connect.runtime.DistributedConnectStartup
Program arguments配置
--c ${user path}/rocketmq-connect/distribution/conf/connect-standalone.conf
+-c ${user path}/rocketmq-connect/distribution/conf/connect-distributed.conf
Environment variables配置