jjlu

Results 9 comments of jjlu

@YunWZ I found that there will be problems when registering the dubbo service dubbo versioon: 2.6.6 dubbo-registry-nacos version: 2.6.12 istio-main.log ``` 2022-07-31 13:31:05,781 INFO xds: ack, type security.istio.io/v1beta1/AuthorizationPolicy, connection-id sidecar~10.241.72.160~istiod-85f65ddb8-jvxvl.istio-system~istio-system.svc.cluster.local-38,...

@YunWZ Probably due to scale down. does it support dubbo service sync to istio?

@YunWZ @SpecialYang @yichouchou I modified the namespace in nacos, the generated serviceentry namespace is id. how to get namespace name? ``` "kind": "ServiceEntry", "apiVersion": "networking.istio.io/v1alpha3", "metadata": { "name": "istio-demo-cloud-producer.DEFAULT-GROUP.5327d633-a320-4c16-b739-d8a34f12eaaa", "namespace":...

@SpecialYang Hi, I try to modify metadata in nacos, data is not synced to serviceentry label. what should I do? ![image](https://user-images.githubusercontent.com/48275582/182542624-fcbe25f3-a978-41da-a7ce-9a630311d534.png) ``` { "kind": "ServiceEntry", "apiVersion": "networking.istio.io/v1alpha3", "metadata": { "name":...

> > @SpecialYang Hi, I try to modify metadata in nacos, data is not synced to serviceentry label. what should I do? > > ![image](https://user-images.githubusercontent.com/48275582/182542624-fcbe25f3-a978-41da-a7ce-9a630311d534.png) > > ``` > >...

@yichouchou @SpecialYang Hi, Istio integrates nacos, can I still use istio for gray between services? I found that service discovery of nacos prevent this behavior

> > @yichouchou @SpecialYang Hi, Istio integrates nacos, can I still use istio for gray between services? I found that service discovery of nacos prevent this behavior > > maybe...