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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's New?
Introduced TTL for event object map collection.(Uses aggregation TTL defined in application.properties file, will move to a new configuration parameter soon)
Added log statements to print response time of the MongoDB and ER queries.
Change in Mongo client library, we have upgraded to mongodb-driver-sync v4.3.2.
Implemented cache mechanism for subscription-repeat-handler.
Fixes:
Reduced the duplicate calls on subscription checks.
Fixed Null pointer exceptions thrown for ExtractionHandler.
Fix for document lock, when two events try to lock the same aggregation object.(Introduced re-queue for the event failing to acquire a lock on the aggregation object).