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

Micronaut Searching Config Using Wrong Application Name In Spring Cloud Config #203

Open
DebajitKumarPhukan opened this issue Mar 14, 2021 · 0 comments

Comments

@DebajitKumarPhukan
Copy link

Problem Statement:
Let's say the micronaut.application.name is "MicronautConfigClientExample" and profile/environment is "test", it is actually searching for "micronaut-config-client-example" properties in Spring Config Server. Thus, unable to find the desired configuration. Is it possible to make the kebab format configurable so that developers can turn it off or on as per their own requirement and thus, they would be liable for the degraded performance ?.

Evidence Log:

19:00:41.855 [main] DEBUG i.m.d.s.c.SpringCloudConfigurationClient - Application Name: micronaut-config-client-example, Application Profiles: test, label: null

@graemerocher graemerocher transferred this issue from micronaut-projects/micronaut-core Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant