Skip to content

Eiffel Intelligence 3.2.0

Compare
Choose a tag to compare
@SantoshNC68 SantoshNC68 released this 25 Oct 15:56
· 35 commits to master since this release
548cf8b

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).