A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Nov 16, 2017
Dec 19, 2023
Core
Closed, Acceptance tests pass
ChangeNotificationManager is used for eventual indexing in Commerce. However, many customers are not using it, and there have been complaints that it adds unnecessary overhead, for example, when importing a catalog.
This story enables customers to opt-out of ChangeNotificationManager via an appSettings key. If its value is true, we don't send notifications in CatalogItemChangeManager.
To disable event-driven catalog indexing, adding the following to appSettings: <add key="episerver:DisableCatalogEventDrivenIndexing" value="true" />