Skip to content
Snippets Groups Projects
Commit 426ba750 authored by YGrylls's avatar YGrylls
Browse files

remove outdated comments

parent e9ea1782
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,6 @@ var (
providerConfigOnce sync.Once
)
//The filter in the server end of dubbo-go can't get the invoke result for now,
//this filter ONLY works in CLIENT end (consumer side) temporarily
//Only after the callService logic is integrated into the filter chain of server end then the filter can be used,
//which will be done soon
func init() {
extension.SetFilter(HYSTRIX_CONSUMER, GetHystrixFilterConsumer)
extension.SetFilter(HYSTRIX_PROVIDER, GetHystrixFilterProvider)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment