You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/08/27 11:47:58 UTC

[GitHub] [dubbo-samples] szhengli opened a new issue, #503: dubbo-samples-mesh-k8s , consumer 调用失败

szhengli opened a new issue, #503:
URL: https://github.com/apache/dubbo-samples/issues/503

   https://dubbo.apache.org/zh/overview/tasks/mesh/dubbo-mesh/
   用的是自带的镜像,啥都没改。 
   
   istio:istio-1.14.3    Kubernetes Version: v1.22.11
   
   
   
   报错:
   
   27/08/22 11:30:02:002 UTC] main INFO deploy.DefaultApplicationDeployer: [DUBBO] Dubbo Application[1.1](dubbo-samples-mesh-consumer) is ready., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.188
   --
   ==================== dubbo invoke loop started ====================
   [27/08/22 11:30:32:032 UTC] main WARN proxy.InvokerInvocationHandler: [DUBBO] [Dubbo-Consumer] execute service org.apache.dubbo.samples.Greeter:1.0.0#greet cost 30263.800801 ms, this invocation almost (maybe already) timeout. Timeout: 30000ms
   invocation context:
   interface=org.apache.dubbo.samples.Greeter;
   remote.application=dubbo-samples-mesh-consumer;
   timeout=30000;
   thread info:
   Start time: 2267640855951041
   +-[ Offset: 0.000000ms; Usage: 30263.800801ms, 100% ] Receive request. Client invoke begin. ServiceKey: org.apache.dubbo.samples.Greeter:1.0.0 MethodName:greet
   +-[ Offset: 19.983812ms; Usage: 10219.853115ms, 33% ] Invoker invoke. Target Address: dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80
   +-[ Offset: 10240.011307ms; Usage: 10010.577710ms, 33% ] Invoker invoke. Target Address: dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80
   +-[ Offset: 20250.736207ms; Usage: 10011.384030ms, 33% ] Invoker invoke. Target Address: dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.188
   Exception in thread "main" org.apache.dubbo.rpc.RpcException: Failed to invoke the method greet in the service org.apache.dubbo.samples.Greeter. Tried 3 times of the providers [dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80] (1/1) from the registry dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80 on the consumer 10.42.1.188 using the dubbo version 3.1.0-SNAPSHOT. Last error is: Fail to invoke remote method: greet, provider: tri://dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80/org.apache.dubbo.samples.Greeter?application=dubbo-samples-mesh-consumer&background=false&interface=org.apache.dubbo.samples.Greeter&lazy=true&mesh-enable=true&metadata-service-port=20885&pid=1&provided-by=dubbo-samples-mesh-provider&qos.accept.foreign.ip=true&qos.enable=true&register.ip=10.42.1.188&revision=1.0.0&side=consumer&sticky=false&timeout=30000&version=1.0.0, cause: org.apache.dubbo.rpc.StatusRpcException: UNAVAILABLE : upstream connect error or disconnect/reset 
 before headers. reset reason: connection failure
   RemoteAddress:dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80
   
   
   备注: 相信范例提供者是在自己跑通的情况下才开放出来的,能否详细说明 你们测试成功时的环境版本,比如k8s版本,istio版啥的,以便使用者复现。 我之前试  dubbo-samples-kubernetes 里面范例,也都全部没有跑通过,说找不到提供者。像这样,一方面打击使用者信心,另外也影响开源发布方的信誉。very frustrating 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] szhengli commented on issue #503: dubbo-samples-mesh-k8s , consumer 调用失败

Posted by GitBox <gi...@apache.org>.
szhengli commented on issue #503:
URL: https://github.com/apache/dubbo-samples/issues/503#issuecomment-1229355588

   > ![image](https://user-images.githubusercontent.com/9292748/187029669-49afd6bc-775d-4b32-9a18-8577b40e2258.png) 加下这个配置看下
   这个可以, consumer调用成功了,谢谢。
   
   
   <html>
   <body>
   <!--StartFragment-->
   
    
   --
   Listening for transport dt_socket at address: 31000
   [28/08/22 01:50:50:050 UTC] main INFO annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7382f612: startup date [Sun Aug 28 01:50:50 UTC 2022]; root of context hierarchy
   [28/08/22 01:50:51:051 UTC] main INFO model.FrameworkModel: [DUBBO] Reset global default framework from null to Dubbo Framework[1], dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO model.FrameworkModel: [DUBBO] Dubbo Framework[1] is created, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO model.ApplicationModel: [DUBBO] Dubbo Application[1.0](unknown) is created, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO model.ScopeModel: [DUBBO] Dubbo Module[1.0.0] is created, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO context.AbstractConfigManager: [DUBBO] Config settings: {dubbo.config.mode=STRICT, dubbo.config.ignore-duplicated-interface=false}, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO context.AbstractConfigManager: [DUBBO] Config settings: {dubbo.config.mode=STRICT, dubbo.config.ignore-duplicated-interface=false}, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO model.FrameworkModel: [DUBBO] Reset global default application from null to Dubbo Application[1.1](unknown), dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO model.ApplicationModel: [DUBBO] Dubbo Application[1.1](unknown) is created, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO model.ScopeModel: [DUBBO] Dubbo Module[1.1.0] is created, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO context.AbstractConfigManager: [DUBBO] Config settings: {dubbo.config.mode=STRICT, dubbo.config.ignore-duplicated-interface=false}, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO context.AbstractConfigManager: [DUBBO] Config settings: {dubbo.config.mode=STRICT, dubbo.config.ignore-duplicated-interface=false}, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO context.DubboSpringInitializer: [DUBBO] Use default application: Dubbo Application[1.1](unknown), dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO model.ScopeModel: [DUBBO] Dubbo Module[1.1.1] is created, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO context.AbstractConfigManager: [DUBBO] Config settings: {dubbo.config.mode=STRICT, dubbo.config.ignore-duplicated-interface=false}, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO context.DubboSpringInitializer: [DUBBO] Use default module model of target application: Dubbo Module[1.1.1], dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO context.DubboSpringInitializer: [DUBBO] Bind Dubbo Module[1.1.1] to spring container: org.springframework.beans.factory.support.DefaultListableBeanFactory@3b0143d3, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO annotation.ServiceAnnotationPostProcessor: [DUBBO] BeanNameGenerator bean can't be found in BeanFactory with name [org.springframework.context.annotation.internalConfigurationBeanNameGenerator], dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main INFO annotation.ServiceAnnotationPostProcessor: [DUBBO] BeanNameGenerator will be a instance of org.springframework.context.annotation.AnnotationBeanNameGenerator , it maybe a potential problem on bean name generation., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:51:051 UTC] main WARN annotation.ServiceAnnotationPostProcessor: [DUBBO] No class annotated by Dubbo @Service was found under package [org.apache.dubbo.samples.action], ignore re-scanned classes: 0, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:52:052 UTC] main INFO annotation.ReferenceAnnotationBeanPostProcessor: Register dubbo reference bean: greeter = ReferenceBean:org.apache.dubbo.samples.Greeter:1.0.0(lazy=true,providedBy=[dubbo-samples-mesh-provider],providerPort=50052) at private org.apache.dubbo.samples.Greeter org.apache.dubbo.samples.action.GreetingServiceConsumer.greeter
   [28/08/22 01:50:52:052 UTC] main INFO annotation.ReferenceAnnotationBeanPostProcessor: class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
   [28/08/22 01:50:52:052 UTC] main INFO context.DubboConfigBeanInitializer: loading dubbo config beans ...
   [28/08/22 01:50:52:052 UTC] main INFO context.DubboConfigBeanInitializer: dubbo config beans are loaded.
   [28/08/22 01:50:52:052 UTC] main INFO deploy.DefaultApplicationDeployer: [DUBBO] No value is configured in the registry, the DynamicConfigurationFactory extension[name : null] does not support as the config center, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:52:052 UTC] main INFO deploy.DefaultApplicationDeployer: [DUBBO] The registry[<dubbo:registry address="N/A" port="0" />] will be not used as the config center, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:52:052 UTC] main INFO deploy.DefaultModuleDeployer: [DUBBO] Dubbo Module[1.1.0] has been initialized!, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:52:052 UTC] main INFO deploy.DefaultModuleDeployer: [DUBBO] Dubbo Module[1.1.1] has been initialized!, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:52:052 UTC] main INFO deploy.DefaultApplicationDeployer: [DUBBO] No value is configured in the registry, the MetadataReportFactory extension[name : null] does not support as the metadata center, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:52:052 UTC] main INFO deploy.DefaultApplicationDeployer: [DUBBO] The registry[<dubbo:registry address="N/A" port="0" />] will be not used as the metadata center, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:52:052 UTC] main INFO deploy.DefaultApplicationDeployer: [DUBBO] Dubbo Application[1.1](dubbo-samples-mesh-consumer) has been initialized!, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:53:053 UTC] main INFO reference.ReferenceCreator: The configBean[type:ReferenceConfig] has been built.
   [28/08/22 01:50:53:053 UTC] main INFO deploy.DefaultModuleDeployer: [DUBBO] Dubbo Module[1.1.1] is starting., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:53:053 UTC] main INFO deploy.DefaultApplicationDeployer: [DUBBO] Dubbo Application[1.1](dubbo-samples-mesh-consumer) is starting., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:53:053 UTC] main INFO deploy.DefaultModuleDeployer: [DUBBO] Dubbo Module[1.1.0] is starting., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:53:053 UTC] main INFO deploy.DefaultModuleDeployer: [DUBBO] Dubbo Module[1.1.0] has started., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:53:053 UTC] main INFO metadata.MappingCacheManager: [DUBBO] Successfully loaded mapping cache from file .mapping.dubbo-samples-mesh-consumer, entries 0, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:53:053 UTC] main INFO metadata.MetadataServiceNameMapping: [DUBBO] org.apache.dubbo.samples.Greeter mapping to dubbo-samples-mesh-provider instructed by provided-by set by user., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:54:054 UTC] main INFO server.Server: [DUBBO] qos-server bind localhost:22222, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:54:054 UTC] main INFO config.ReferenceConfig: [DUBBO] Referred dubbo service: [org.apache.dubbo.samples.Greeter]. it's not GenericService reference, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:54:054 UTC] main WARN metadata.MetadataUtils: [DUBBO] Remote Metadata Report Server is not provided or unavailable, will stop registering service definition to remote center!, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:54:054 UTC] main INFO deploy.DefaultModuleDeployer: [DUBBO] Dubbo Module[1.1.1] has started., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:54:054 UTC] main INFO metadata.ConfigurableMetadataServiceExporter: [DUBBO] Using dubbo protocol to export metadata service on port 20885, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:55:055 UTC] main INFO config.ServiceConfig: [DUBBO] Export dubbo service org.apache.dubbo.metadata.MetadataService to local registry url : injvm://127.0.0.1/org.apache.dubbo.metadata.MetadataService?anyhost=true&application=dubbo-samples-mesh-consumer&background=false&bind.ip=10.42.1.214&bind.port=20885&connections=1&corethreads=2&delay=0&deprecated=false&dubbo=2.0.2&dynamic=true&executes=100&generic=false&getAndListenInstanceMetadata.1.callback=true&getAndListenInstanceMetadata.return=true&getAndListenInstanceMetadata.sent=true&group=dubbo-samples-mesh-consumer&interface=org.apache.dubbo.metadata.MetadataService&metadata-service-port=20885&methods=getMetadataURL,isMetadataService,getExportedURLs,getAndListenInstanceMetadata,serviceName,getSubscribedURLs,version,getExportedServiceURLs,exportInstanceMetadata,getMetadataInfo,toSortedStrings,getMetadataInfos,getServiceDefinition,getInstanceMetadataChangedListenerMap&pid=1&qos.accept.foreign.ip=true&qos.enable=true&reg
 ister=false&release=3.1.0-SNAPSHOT&revision=3.1.0-SNAPSHOT&side=provider&threadpool=cached&threads=100&timestamp=1661651454948&version=1.0.0, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:55:055 UTC] main INFO config.ServiceConfig: [DUBBO] Export dubbo service org.apache.dubbo.metadata.MetadataService to url dubbo://10.42.1.214:20885/org.apache.dubbo.metadata.MetadataService?anyhost=true&application=dubbo-samples-mesh-consumer&background=false&bind.ip=10.42.1.214&bind.port=20885&connections=1&corethreads=2&delay=0&deprecated=false&dubbo=2.0.2&dynamic=true&executes=100&generic=false&getAndListenInstanceMetadata.1.callback=true&getAndListenInstanceMetadata.return=true&getAndListenInstanceMetadata.sent=true&group=dubbo-samples-mesh-consumer&interface=org.apache.dubbo.metadata.MetadataService&metadata-service-port=20885&methods=getMetadataURL,isMetadataService,getExportedURLs,getAndListenInstanceMetadata,serviceName,getSubscribedURLs,version,getExportedServiceURLs,exportInstanceMetadata,getMetadataInfo,toSortedStrings,getMetadataInfos,getServiceDefinition,getInstanceMetadataChangedListenerMap&pid=1&qos.accept.foreign.ip=true&qos.enable=true&register=fal
 se&release=3.1.0-SNAPSHOT&revision=3.1.0-SNAPSHOT&side=provider&threadpool=cached&threads=100&timestamp=1661651454948&version=1.0.0, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:55:055 UTC] main INFO transport.AbstractServer: [DUBBO] Start NettyServer bind /0.0.0.0:20885, export /10.42.1.214:20885, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:55:055 UTC] main INFO metadata.ConfigurableMetadataServiceExporter: [DUBBO] The MetadataService exports urls : [dubbo://10.42.1.214:20885/org.apache.dubbo.metadata.MetadataService?anyhost=true&application=dubbo-samples-mesh-consumer&background=false&bind.ip=10.42.1.214&bind.port=20885&connections=1&corethreads=2&delay=0&deprecated=false&dubbo=2.0.2&dynamic=true&executes=100&generic=false&getAndListenInstanceMetadata.1.callback=true&getAndListenInstanceMetadata.return=true&getAndListenInstanceMetadata.sent=true&group=dubbo-samples-mesh-consumer&interface=org.apache.dubbo.metadata.MetadataService&metadata-service-port=20885&methods=getMetadataURL,isMetadataService,getExportedURLs,getAndListenInstanceMetadata,serviceName,getSubscribedURLs,version,getExportedServiceURLs,exportInstanceMetadata,getMetadataInfo,toSortedStrings,getMetadataInfos,getServiceDefinition,getInstanceMetadataChangedListenerMap&pid=1&qos.accept.foreign.ip=true&qos.enable=true&register=false&release
 =3.1.0-SNAPSHOT&revision=3.1.0-SNAPSHOT&side=provider&threadpool=cached&threads=100&timestamp=1661651454948&version=1.0.0], dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:55:055 UTC] main INFO metadata.ServiceInstanceMetadataUtils: [DUBBO] Start registering instance address to registry., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   [28/08/22 01:50:55:055 UTC] main INFO deploy.DefaultApplicationDeployer: [DUBBO] Dubbo Application[1.1](dubbo-samples-mesh-consumer) is ready., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.214
   ==================== dubbo unary invoke loop started ====================
   [28/08/22 01:51:00:000 UTC] main INFO action.GreetingServiceConsumer: consumer Unary reply <-message: "hello,service mesh, response from provider-v1: 10.42.0.220:50052, client: 10.42.0.220, local: dubbo-samples-mesh-provider, remote: null, isProviderSide: true"
    
   ==================== dubbo unary invoke 0 end ====================
   [28/08/22 01:51:05:005 UTC] main INFO action.GreetingServiceConsumer: consumer Unary reply <-message: "hello,service mesh, response from provider-v1: 10.42.0.220:50052, client: 10.42.0.220, local: dubbo-samples-mesh-provider, remote: null, isProviderSide: true"
    
   ==================== dubbo unary invoke 1 end ====================
   [28/08/22 01:51:10:010 UTC] main INFO action.GreetingServiceConsumer: consumer Unary reply <-message: "hello,service mesh, response from provider-v1: 10.42.0.220:50052, client: 10.42.0.220, local: dubbo-samples-mesh-provider, remote: null, isProviderSide: true"
    
   ==================== dubbo unary invoke 2 end ====================
   [28/08/22 01:51:15:015 UTC] main INFO action.GreetingServiceConsumer: consumer Unary reply <-message: "hello,service mesh, response from provider-v1: 10.42.2.100:50052, client: 10.42.2.100, local: dubbo-samples-mesh-provider, remote: null, isProviderSide: true"
    
   ==================== dubbo unary invoke 3 end ====================
   [28/08/22 01:51:20:020 UTC] main INFO action.GreetingServiceConsumer: consumer Unary reply <-message: "hello,service mesh, response from provider-v1: 10.42.0.220:50052, client: 10.42.0.220, local: dubbo-samples-mesh-provider, remote: null, isProviderSide: true"
   
   <!--EndFragment-->
   </body>
   </html>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] AlbumenJ commented on issue #503: dubbo-samples-mesh-k8s , consumer 调用失败

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #503:
URL: https://github.com/apache/dubbo-samples/issues/503#issuecomment-1229180566

   tri://dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80 这个端口你配的是 80 吗


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] AlbumenJ commented on issue #503: dubbo-samples-mesh-k8s , consumer 调用失败

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #503:
URL: https://github.com/apache/dubbo-samples/issues/503#issuecomment-1229181061

   ![image](https://user-images.githubusercontent.com/9292748/187029669-49afd6bc-775d-4b32-9a18-8577b40e2258.png)
   加下这个配置看下


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] szhengli closed issue #503: dubbo-samples-mesh-k8s , consumer 调用失败

Posted by GitBox <gi...@apache.org>.
szhengli closed issue #503: dubbo-samples-mesh-k8s , consumer 调用失败
URL: https://github.com/apache/dubbo-samples/issues/503


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org