Skip to content

Adding Cache for TenantInfoDoc

Abhishek Patil requested to merge abpatil/tenant_info_doc_cache_impl into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

While processing every PUT /records request, we query the TenantInfoDoc based on partition id.

What is the new/expected behavior?

Caching TenantInfoDoc.

Have you added/updated Unit Tests and Integration Tests?

NA

Any other useful information

Merge request reports