An organization is implementing a Quote of the Day API that caches today's quote.
What scenario can use the CloudHub Object Store via the Object Store connector to persist the cache's state?
An organization is implementing a Quote of the Day API that caches today's quote.
What scenario can use the CloudHub Object Store via the Object Store connector to persist the cache's state?
The CloudHub Object Store via the Object Store connector is designed to persist and share the state within the same deployment, such as between multiple workers of a single CloudHub deployment. This ensures that all workers can access the same cache state. Therefore, the scenario of having one CloudHub deployment of the API implementation to three CloudHub workers that must share the cache state is appropriate for using the CloudHub Object Store.
D. When there is one CloudHub deployment of the API implementation to three CloudHub workers that must share the cache state.
D. When there is one CloudHub deployment of the API implementation to three CloudHub workers that must share the cache state.
D. When there is one CloudHub deployment of the API implementation to three CloudHub workers that must share the cache state.
Should be D as its connector and its only available in one api
Should be D.
Answer: D