-
Notifications
You must be signed in to change notification settings - Fork 448
feat(pkg/datasource):Add apollo support #444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Could you please resolve the CI failure? |
Of course. I will try my best. |
pkg/datasource/apollo/go.mod
Outdated
| @@ -0,0 +1,51 @@ | |||
| module github.com/alibaba/sentinel-golang/pkg/datasource/apollo | |||
|
|
|||
| go 1.17 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.17 might be too new for some legacy users. How about keeping 1.13 (if possible?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
pkg/datasource/apollo/go.mod
Outdated
| replace github.com/alibaba/sentinel-golang => ../../../ | ||
|
|
||
| require ( | ||
| github.com/alibaba/sentinel-golang v1.0.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v1.0.3 is available here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
sczyh30
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Nice work. Thanks for contributing! |
Describe what this PR does / why we need it
Add apollo support
Does this pull request fix one issue?
#443