bryanxtong
bryanxtong
[docker-compose-redis-cluster.zip](https://github.com/bitnami/containers/files/15371812/docker-compose-redis-cluster.zip) docker-compose files
Yes, if all the container shares the same port, It works. My problem is that why different ports in different container port doesnot work.
[docker-compose-wrong.zip](https://github.com/bitnami/containers/files/15417580/docker-compose-wrong.zip) try this version which different ports are set for different containers
Once I used others docker compose for testing redis cluster with different ports and then switch to bitnami later. Ok since It is not an issue,you can close it now.
> By configuring the port in REDIS_NODES, I was able to launch the Redis cluster on a different port. > > ``` > - 'REDIS_NODES=redis-node-0:port0 redis-node-1:port1 redis-node-2:port2 redis-node-3:port3 redis-node-4:port4 redis-node-5:port5'...
> When you set `REDIS_CLUSTER_ANNOUNCE_IP`, `REDIS_NODES` must be > > ``` > REDIS_NODES=192.168.71.4:6380 ... > ``` > > The REDIS_NODES items should match the result of `redis-cli -c -p 6380...
> Hi @bryanxtong , > > > and now you can help close the ticket. > > [docker-compose-redis-cluster-working.zip](https://github.com/user-attachments/files/15787367/docker-compose-redis-cluster-working.zip) > > This link is broken now. If possible can you reupload...
Spring Boot [3.4.2] is not compatible with this Spring Cloud release train(2023.0.3.2)degrade to [3.2.x, 3.3.x] .
[gateway-circuitbreaker.zip](https://github.com/user-attachments/files/19847636/gateway-circuitbreaker.zip) demo projects to help identify the problems.
1.The jar com.alibaba.cloud:spring-cloud-starter-alibaba-sentinel:2023.0.3.3 changes the way to initilize the configuration with SentinelApplicationContextInitializer and not the same as the old way com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration(2023.0.1). 2. comment the code below in SentinelApplicationContextInitializer.java and move...