Skip to content

resiliency fixes on cache miss

Neelesh Thakur requested to merge retry-schema-cache-miss into master

resiliency fixes on cache miss

  • retry fetching schema from schema service if there is a cache miss, otherwise it will incorrectly index the record.
  • skip populating VirtualProperties if there a cache, otherwise it throws NullPointerException.

Provide audit log entry for partially successful indexed record. Currently we are populating only for successful or failed request only.

Merge request reports