Skip to content

Commit 059eacd

Browse files
committed
Nacos 增加可选配置,使用 java 存储替代 rocksdb 降低硬件要求
1 parent 5a727ec commit 059eacd

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

nacos/pom.xml

+3-15
Original file line numberDiff line numberDiff line change
@@ -87,23 +87,11 @@
8787
<artifactId>spring-boot-starter-security</artifactId>
8888
</dependency>
8989

90-
<!-- FastJSON
91-
<dependency>
92-
<groupId>com.alibaba</groupId>
93-
<artifactId>fastjson</artifactId>
94-
<version>${fastjson.version}</version>
95-
</dependency> -->
96-
97-
<!-- Apple M1/M2
98-
<dependency>
99-
<groupId>org.rocksdb</groupId>
100-
<artifactId>rocksdbjni</artifactId>
101-
<version>6.29.5</version>
102-
</dependency>
90+
<!-- Replace rocksdb storage with java
10391
<dependency>
10492
<groupId>com.alipay.sofa</groupId>
105-
<artifactId>jraft-core</artifactId>
106-
<version>1.3.11</version>
93+
<artifactId>java-log-storage-impl</artifactId>
94+
<version>1.3.14</version>
10795
</dependency> -->
10896

10997
</dependencies>

0 commit comments

Comments
 (0)