You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
TranslationMessage.getMessage is not able to fetch "latest" messages from VIP service and use them as source messages. This must be done as fallback for when messages_source.json is not supported locally.
To Reproduce
Steps to reproduce the behavior:
Do not configure offline bundles' location in config.properties
In VIP service, add new source strings to "latest", but not to "en" locale (a.k.a out-of-synch scenario)
In the client, call TranslationMessage.getMessage("en", component, key);
A VIP exception is thrown.
Expected behavior
Message that was added to "latest" in VIP service must be returned.
Additional context
This is to support use cases where source bundles are not together with the client code but instead are residing in other microservice's source code.
The text was updated successfully, but these errors were encountered:
jessiejuachon
changed the title
[BUG] G11n-java-client New workflow's Translation.getMessage must be able to fallback to "latest" messages from VIP service if messages_source.json is not present locally(offline) in the client
[BUG] G11n-java-client New workflow's Translation.getMessage must be able to use latest source messages from VIP service
Oct 14, 2020
Describe the bug
TranslationMessage.getMessage is not able to fetch "latest" messages from VIP service and use them as source messages. This must be done as fallback for when messages_source.json is not supported locally.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Message that was added to "latest" in VIP service must be returned.
Additional context
This is to support use cases where source bundles are not together with the client code but instead are residing in other microservice's source code.
The text was updated successfully, but these errors were encountered: