Kunshuai Zhu

Results 20 comments of Kunshuai Zhu

> @JooKS-me Hello, I would like to participate in this task. Can you assign the package of org.apache.shenyu.common.concurrent to me ? Good luck

> @JooKS-me @selectbook Hi, I see org.apache.shenyu.common.cache is no complete, can I take this task? @MichaelDeSteven Hi, I found the cache package unnecessary to enhance the test. You can find...

> @JooKS-me I will try to finish the task of org.apache.shenyu.common.timer Thanks and good luck!

@kaveeshadinamidu Welcome~ This project has roughly two lines: helm charts and integration tests (or e2e test). For helm charts, you need to try to [deploy shenyu-boostrap and shenyu-admin in Kubernetes](https://shenyu.apache.org/docs/next/deployment/deployment-k8s),...

Hi @myesn, `openjdk:8-jre-alpine` can support arm64. BTW, Do you have a mirror for building shenyu locally? It may be that the shenyu image in docker hub does not support arm64.

First, delete the shenyu image on your machine. There is a temporary solution, you can first download the source code of the release to the machine you want to deploy,...

> 4. Execute the following command to download the v2.4.2 install.sh file (auto-execute), the script will create a shenyu-v2.4.2 directory, since the database does not support arm64 architecture, this script...

Hi @myesn , I reproduced your problem locally :) I find that the base image you used `openjdk:8u322-jre` will make the env of spring invalid. There may be no problem...