Ashish K Singh created SENTRY-1246:
--------------------------------------
Summary: Update cache in SentryGenericProviderBackend with just
one RPC call
Key: SENTRY-1246
URL: https://issues.apache.org/jira/browse/SENTRY-1246
Project: Sentry
Issue Type: Improvement
Reporter: Ashish K Singh
SENTRY-1229 adds a cache to {{SentryGenericProviderBackend}}. The cache is
configurable and has a configurable TTL. The cache gets updated by a background
thread after every {{TTL}} time. Though the background refresh of thread will
hide impact of too many RPC calls required to update cache from end users, this
can be optimized by adding an interface to enable getting all required data
with just one RPC call.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)