You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "FinalT (via GitHub)" <gi...@apache.org> on 2023/03/29 16:35:42 UTC

[GitHub] [dubbo-go] FinalT opened a new issue, #2284: Implement condition routing

FinalT opened a new issue, #2284:
URL: https://github.com/apache/dubbo-go/issues/2284

   实现dubbo-go流量管控中的条件路由,目前主要实现了静态匹配,对路由集的匹配过滤能力与官网描述一致
   
   对于匹配/过滤条件,具备参数支持,条件支持,值支持,并且对通用逻辑做了抽象,只需实现对应的接口或者继承相关的父类,再利用dubbo-go中的extension机制,能够实现自定义扩展


-- 
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-go] FinalT commented on issue #2284: Implement condition routing

Posted by "FinalT (via GitHub)" <gi...@apache.org>.
FinalT commented on issue #2284:
URL: https://github.com/apache/dubbo-go/issues/2284#issuecomment-1488946331

   #2276 


-- 
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-go] FinalT commented on issue #2284: Implement condition routing

Posted by "FinalT (via GitHub)" <gi...@apache.org>.
FinalT commented on issue #2284:
URL: https://github.com/apache/dubbo-go/issues/2284#issuecomment-1492847919

   https://github.com/apache/dubbo-go-samples/pull/551


-- 
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-go] justxuewei commented on issue #2284: Implement condition routing

Posted by "justxuewei (via GitHub)" <gi...@apache.org>.
justxuewei commented on issue #2284:
URL: https://github.com/apache/dubbo-go/issues/2284#issuecomment-1493562153

   > [apache/dubbo-go-samples#551](https://github.com/apache/dubbo-go-samples/pull/551)
   
   Ok, I'll take a look. It is a very huge pitch, so it might take longer.


-- 
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-go] chickenlj commented on issue #2284: Implement condition routing

Posted by "chickenlj (via GitHub)" <gi...@apache.org>.
chickenlj commented on issue #2284:
URL: https://github.com/apache/dubbo-go/issues/2284#issuecomment-1500082459

   Please notice that this is part of the effort to provide complete traffic management support instructed by the Dubbo official website.
   
   https://cn.dubbo.apache.org/zh-cn/overview/core-features/traffic/


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


Re: [I] Implement condition routing [dubbo-go]

Posted by "FinalT (via GitHub)" <gi...@apache.org>.
FinalT closed issue #2284: Implement condition routing
URL: https://github.com/apache/dubbo-go/issues/2284


-- 
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-go] FinalT commented on issue #2284: Implement condition routing

Posted by "FinalT (via GitHub)" <gi...@apache.org>.
FinalT commented on issue #2284:
URL: https://github.com/apache/dubbo-go/issues/2284#issuecomment-1502736872

   To make this pr easier to read, this pr will be split multiple times
   The new pr is https://github.com/apache/dubbo-go/pull/2298


-- 
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-go] FinalT commented on issue #2284: Implement condition routing

Posted by "FinalT (via GitHub)" <gi...@apache.org>.
FinalT commented on issue #2284:
URL: https://github.com/apache/dubbo-go/issues/2284#issuecomment-1506335874

   #2299 


-- 
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-go] FinalT commented on issue #2284: Implement condition routing

Posted by "FinalT (via GitHub)" <gi...@apache.org>.
FinalT commented on issue #2284:
URL: https://github.com/apache/dubbo-go/issues/2284#issuecomment-1488936539

   https://github.com/apache/dubbo-go/pull/2276


-- 
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-go] justxuewei commented on issue #2284: Implement condition routing

Posted by "justxuewei (via GitHub)" <gi...@apache.org>.
justxuewei commented on issue #2284:
URL: https://github.com/apache/dubbo-go/issues/2284#issuecomment-1489635925

   This is a new feature of the Dubbo-go. Please give an example and add it into [dubbo-go-samples](github.com/apache/dubbo-go-samples).
   
   Ref: https://cn.dubbo.apache.org/zh-cn/overview/core-features/traffic/condition-rule/


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