Skip to main content

RSS feeds your EventCatalog

EventCatalog supports RSS feeds for your messages, services, domains and flows.

How to enable RSS feeds

RSS feeds are disabled by default.

To enable RSS feeds, you need to add the rss property to the eventcatalog.config.js file.

//.. rest of file
rss: {
// Turn rss on or off
enabled: true,

// The number of items to return in each feed (default 15)
limit: 20
},

Items returned from the RSS feed are ordered by the last updated date of the file.

When you enable the RSS feed you will have RRS feeds at the following paths:

Messages

Returns the latest messages that have changed in your Catalog.

Services and Domains

Returns the latest services and domains that have changed in your Catalog.

Flows

Returns the latest flows that have changed in your Catalog.

Everything

Returns the latest items that have changed in your Catalog.