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

[BUG] apollo read yaml array exception #316

Open
weihubeats opened this issue Aug 12, 2024 · 0 comments
Open

[BUG] apollo read yaml array exception #316

weihubeats opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels

Comments

@weihubeats
Copy link

weihubeats commented Aug 12, 2024

apollo read yaml array exception

  1. ex:
config:
  test:
  - aa
  - bb
  - cc

But the value obtained by calling the method client.GetConfig("test.yaml").GetContent() is

config.test=[aa bb cc]

Maybe it should be config.test=[aa,bb,cc] that makes more sense?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants