justxuewei commented on code in PR #2191:
URL: https://github.com/apache/dubbo-go/pull/2191#discussion_r1097436780
##########
cluster/router/polaris/router.go:
##########
@@ -53,6 +53,12 @@ var (
)
func newPolarisRouter() (*polarisRouter, error) {
+ if err := remotingpolaris.Check(); errors.Is(err,
remotingpolaris.ErrorNoOpenPolarisAbility) {
Review Comment:
It sounds like you select the wrong branch when opening this pull request. I
suggest you:
1. Close this pull request.
2. Checkout to the 3.0 branch and pull the code from the upstream.
3. Rebase your branch on the latest 3.0 branch.
4. Open a new pull request with the right target branch (3.0 at this time).
--
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]