Feature: Event Driven Updates instead of polling on interval
Today, the application is written to query for products and product changes on an interval. This can lead to excessive querying against the backend. Instead we should rewrite the application to use event-driven approach. This subscribes to events that are published from the commerce environment and then generates markup based on those change events.
Feature: Event Driven Updates instead of polling on interval
Today, the application is written to query for products and product changes on an interval. This can lead to excessive querying against the backend. Instead we should rewrite the application to use event-driven approach. This subscribes to events that are published from the commerce environment and then generates markup based on those change events.