This is an automated email from the ASF dual-hosted git repository. duhengforever pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-schema-registry.git
commit f708220cd24a5c4ef223fe20a0bb47a3ee4fa8f0 Author: fan <[email protected]> AuthorDate: Sun Jul 31 15:29:34 2022 +0800 update namesrv url to localhost --- .../registry/storage/rocketmq/configs/RocketmqConfigConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage-rocketmq/src/main/java/org/apache/rocketmq/schema/registry/storage/rocketmq/configs/RocketmqConfigConstants.java b/storage-rocketmq/src/main/java/org/apache/rocketmq/schema/registry/storage/rocketmq/configs/RocketmqConfigConstants.java index 3c0580f..6d887f4 100644 --- a/storage-rocketmq/src/main/java/org/apache/rocketmq/schema/registry/storage/rocketmq/configs/RocketmqConfigConstants.java +++ b/storage-rocketmq/src/main/java/org/apache/rocketmq/schema/registry/storage/rocketmq/configs/RocketmqConfigConstants.java @@ -32,7 +32,7 @@ public class RocketmqConfigConstants { public static final String STORAGE_ROCKETMQ_CONSUMER_GROUP_DEFAULT = "default"; public static final String STORAGE_ROCKETMQ_NAMESRV = "storage.rocketmq.namesrv"; - public static final String STORAGE_ROCKETMQ_NAMESRV_DEFAULT = "http://10.231.54.148:9876"; + public static final String STORAGE_ROCKETMQ_NAMESRV_DEFAULT = "http://localhost:9876"; public static final String STORAGE_ROCKETMQ_TOPIC = "storage.rocketmq.topic"; public static final String STORAGE_ROCKETMQ_TOPIC_DEFAULT = "RMQ_SYS_schema_registry_storage";
