Skip to content
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

apollo-go client #4665

Merged
merged 3 commits into from
Nov 29, 2022
Merged

apollo-go client #4665

merged 3 commits into from
Nov 29, 2022

Conversation

xnzone
Copy link
Contributor

@xnzone xnzone commented Nov 26, 2022

I have read the CLA Document and I hereby sign the CLA

apollo-go client

  • 动态实时更新通知 通过Watch订阅对应的namespace变更,当有变更时,保证推送一次给业务
  • 支持默认值 当配置值无法获取时,支持业务配置的默认值
  • 支持灰度发布 自动获取业务本地ip,当apollo配置中心配置了灰度,会获取灰度配置
  • 支持自定义认证和自定义http请求参数
  • 支持多namespace 支持watch多个namespace
  • 支持多格式 支持properties,yaml,json等格式
  • 支持本地文件备份 当配置中心出现问题时,通过备份文件加载

@github-actions
Copy link

github-actions bot commented Nov 26, 2022

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@codecov
Copy link

codecov bot commented Nov 26, 2022

Codecov Report

Merging #4665 (db4a383) into master (28df335) will increase coverage by 0.04%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #4665      +/-   ##
============================================
+ Coverage     47.17%   47.22%   +0.04%     
  Complexity     1650     1650              
============================================
  Files           347      347              
  Lines         10643    10643              
  Branches       1057     1057              
============================================
+ Hits           5021     5026       +5     
+ Misses         5319     5314       -5     
  Partials        303      303              
Impacted Files Coverage Δ
...work/apollo/biz/message/DatabaseMessageSender.java 56.25% <0.00%> (-8.34%) ⬇️
...oServiceRegistryDeregisterApplicationListener.java 75.00% <0.00%> (+45.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nobodyiam
Copy link
Member

please sign the cla first following the instructions of CLA Assistant Lite bot

@xnzone
Copy link
Contributor Author

xnzone commented Nov 27, 2022

I have read the CLA Document and I hereby sign the CLA

@xnzone
Copy link
Contributor Author

xnzone commented Nov 27, 2022

recheck

Copy link
Member

@nobodyiam nobodyiam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nobodyiam nobodyiam merged commit 8824b7d into apolloconfig:master Nov 29, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Nov 29, 2022
@nobodyiam nobodyiam added this to the 2.1.0 milestone Feb 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants