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

[Java Client][REQUIREMENT] Supported shared components #226

Closed
gong-yu opened this issue Oct 11, 2019 · 0 comments
Closed

[Java Client][REQUIREMENT] Supported shared components #226

gong-yu opened this issue Oct 11, 2019 · 0 comments
Assignees
Labels
area/java-client kind/feature New feature or request
Milestone

Comments

@gong-yu
Copy link
Contributor

gong-yu commented Oct 11, 2019

Is your feature request related to a problem? Please describe.
When using Singleton Java client, sometimes some strings/translations come from a third-party library which has also integrated with Singleton. In this case, the strings are stored in Singleton with 2 copies. It not only wastes storage but also introduces translation consistency issue.

Describe the solution you'd like
Singleton should support such scenario. Only one copy of strings should be collected and stored in Singleton Service.

Describe alternatives you've considered
N/A

Additional context
N/A

@gong-yu gong-yu added area/java-client kind/feature New feature or request labels Oct 11, 2019
@gong-yu gong-yu added this to the Sprint 67 milestone Oct 11, 2019
@gong-yu gong-yu closed this as completed Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/java-client kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants