myifeng

Results 18 comments of myifeng

me too! ![image](https://user-images.githubusercontent.com/26652657/161005862-41a1a79e-4113-4cfe-8c77-923e16ba5d0a.png)

@guptnis Thank you very much, but your answer does not seem to solve my problem. `"{\"roles\":[\"default-role\"]}"` from `JSONObject.toJSONString(user)`

I found a solution: encode the value to prevent `{` , because feign treats a string beginning with `{` as an expression or a literal. ```Java requestTemplate.header("roles", "{\"roles\":[\"default-role\"]}"); // It...

``` Run docker pull registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.1.1 v1.1.1: Pulling from ingress-nginx/kube-webhook-certgen ec52731e9273: Pulling fs layer b90aa28117d4: Pulling fs layer ec52731e9273: Verifying Checksum ec52731e9273: Download complete b90aa28117d4: Verifying Checksum b90aa28117d4: Download complete ec52731e9273:...

Please update the documentation!

@whpei93 你使用ALB访问Nacos成功了吗?我这边一直9848连接不上,求助~

@whpei93 ELB用的什么协议代理的?我们的ELB工程师说gRPC只能用https,但是nacos client发出来的是http,所以ELB直接400错误,到不了nacos server。能帮忙详细说下您的ELB的配置吗?

"/home/nacos_data/init.d/custom.properties" is a directory ?

+1 for this feature

相同问题。k8s + efs ``` Caused by: java.lang.IllegalStateException: Fail to init node, please see the logs to find the reason. at com.alipay.sofa.jraft.RaftServiceFactory.createAndInitRaftNode(RaftServiceFactory.java:48) at com.alipay.sofa.jraft.RaftGroupService.start(RaftGroupService.java:129) at com.alibaba.nacos.core.distributed.raft.JRaftServer.createMultiRaftGroup(JRaftServer.java:268) at com.alibaba.nacos.core.distributed.raft.JRaftProtocol.addRequestProcessors(JRaftProtocol.java:163) at com.alibaba.nacos.naming.consistency.persistent.impl.PersistentServiceProcessor.afterConstruct(PersistentServiceProcessor.java:79) at...