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/11/21 08:27:03 UTC

[GitHub] [dubbo-rust] Rianico opened a new issue, #78: [Feat] Add the ClusterFilter

Rianico opened a new issue, #78:
URL: https://github.com/apache/dubbo-rust/issues/78

   # Goal
   Implement the ClusterFilter.
   # Description
   Currently, the `ClusterFilter` is implemented as a tower's `Layer`, which can let us take full advantage of the other middleware provided by `tower-http`.  
     
   TODO: Add the `ClusterFilter` according to the name.


-- 
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-rust] yang20150702 commented on issue #78: [Feat] Add the ClusterFilter

Posted by GitBox <gi...@apache.org>.
yang20150702 commented on issue #78:
URL: https://github.com/apache/dubbo-rust/issues/78#issuecomment-1323783578

   Complete


-- 
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-rust] yang20150702 closed issue #78: [Feat] Add the ClusterFilter

Posted by GitBox <gi...@apache.org>.
yang20150702 closed issue #78: [Feat] Add the ClusterFilter
URL: https://github.com/apache/dubbo-rust/issues/78


-- 
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-rust] yang20150702 commented on issue #78: [Feat] Add the ClusterFilter

Posted by GitBox <gi...@apache.org>.
yang20150702 commented on issue #78:
URL: https://github.com/apache/dubbo-rust/issues/78#issuecomment-1323749885

   hi, zkx. 
   Cluster trait need redesign, this trait should keep the same as the interface in Dubbo or Dubbo-go.
   ![image](https://user-images.githubusercontent.com/13145034/203336402-a2dfa522-b9b6-4755-a054-3c4d68566c91.png)
   
   ref: https://github.com/apache/dubbo/blob/3.1/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/Cluster.java


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