DogBaoBao commented on issue #727:
URL: https://github.com/apache/dubbo-go/issues/727#issuecomment-688003535


   I run the sample, but not found this.
   
   my client.yml
   
![image](https://user-images.githubusercontent.com/55343460/92345282-60389580-f0fb-11ea-924e-defc9bc01663.png)
   
   I run a service(product), and run a service(order with generic:true in 
client.yml), I can found provider in zk:
   
   
![image](https://user-images.githubusercontent.com/55343460/92345459-f10f7100-f0fb-11ea-801c-e23a1f57b857.png)
   
   I only see can't invoke 
   ```go
   err := productProvider.GetProduct(context.TODO(), []interface{}{"A001"}, 
product)
   ```
   because when config generic = true exist,  generic_service_filter will run.


----------------------------------------------------------------
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.

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



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

Reply via email to