Alanxtl commented on code in PR #876:
URL: https://github.com/apache/dubbo-go-pixiu/pull/876#discussion_r2796595549
##########
pkg/filter/sentinel/circuitbreaker/circuit_breaker.go:
##########
@@ -39,6 +40,8 @@ import (
const (
Kind = constant.HTTPCircuitBreakerFilter
Segmentation = "@"
+ // ContextKeySentinelEntry is the key to store Sentinel entry in
HttpContext
+ ContextKeySentinelEntry = "sentinel_entry"
Review Comment:
把这个移到`pkg/common/constant`里面吧
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]