Skip to content

Commit 29eca98

Browse files
committed
feat: update pom (#364)
1 parent 384cae6 commit 29eca98

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

camellia-redis-proxy/camellia-redis-proxy-core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
</parent>
1414

1515
<dependencies>
16+
<dependency>
17+
<groupId>com.netease.nim</groupId>
18+
<artifactId>camellia-redis-base</artifactId>
19+
<version>${revision}</version>
20+
</dependency>
1621
<dependency>
1722
<groupId>org.jctools</groupId>
1823
<artifactId>jctools-core</artifactId>

docs/camellia-redis-proxy/deploy/quick-start-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* 构建镜像样例,见: [docker-build](docker/Dockerfile-jdk21)
77
* k8s环境部署注意事项:
88
- 如果使用k8s的svc模式为clusterIP: None,当pod大于15个以上,避免K8S内部DNS的问题,可以使用多个svc分散代理一定数量的statefulset(原因:udp的dns请求最大响应大小为512字节,超过后udp返回的dns响应会设置Truncate)
9-
- 如果后端redis和camellia-redis-proxy实例在短时间内先后发生重启/宕机,默认情况下可能会导致camellia-redis-proxy初始化后不监听端口,建议配置preheat: false或者 "upstream.lazy.init.enable": true,请参考:[初始化](../other/init.md)
9+
- 如果后端redis和camellia-redis-proxy实例在短时间内先后发生重启/宕机,默认情况下可能会导致camellia-redis-proxy初始化后不监听端口,建议配置preheat: false或者 "upstream.lazy.init.enable": true,请参考:[初始化](https://github.com/netease-im/camellia/blob/master/docs/redis-proxy/other/init.md)
1010

1111
* 你可以使用kube-blocks去一键部署camellia-redis-proxy,请参考:[kube-blocks](https://www.kubeblocks.io/docs/preview/api_docs/overview/supported-addons)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</modules>
2828

2929
<properties>
30-
<revision>1.4.0-SNAPSHOT</revision>
30+
<revision>1.3.5-SNAPSHOT</revision>
3131

3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333
<java.version>21</java.version>

0 commit comments

Comments
 (0)