whitekeyboard opened a new issue #710:
URL: https://github.com/apache/dubbo-go/issues/710


   <!-- Please use this template while reporting a bug and provide as much info 
as possible. Not doing so may result in your bug not being addressed in a 
timely manner. Thanks!
   
   -->
   
   
   **What happened**:
   
   [dubbo-go/filter/filter_impl/hystrix_filter.go ]
   
   func initHystrixConfigProvider() error {
        if config.GetProviderConfig().FilterConf == nil {
                return perrors.Errorf("no config for hystrix")
        }
        filterConfig := 
config.**GetConsumerConfig**().FilterConf.(map[interface{}]interface{})[HYSTRIX]
   
   **What you expected to happen**:
   
如上,initHystrixConfigProvider函数初始化会出错,此处是否调用错误,initHystrixConfigProvider应该调用config.GetProviderConfig().FilterConf.(map[interface{}]interface{})[HYSTRIX]才对的吧
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to