Skip to main content
Version: 1.16

Overview

Notifier (or rs-notifier) is the microservice responsible for broadcasting messages to configured recipients.

This microservice is an integral part of the functional groups OAIS catalog services and GeoJson catalog service. In these two functional groups, the notifier microservice is used to distribute catalog products to internal or external components.

When a JSON notification is received, the message is dispatched to configured recipients according to matching rules that are configured.

ConceptCompatibilityDescription
MultitenantYesCan handle multiple tenants/projects
Vertical scalabilityYesUses Jobs system
Horizontal scalabilityYesService can not be deployed with multiple instances

You can learn how the service works with the How it works section.

How to use

You can learn how to operate with the microservice thanks to API Guides :

Plugins configuration

See the following sections to learn how to use the plugins:

How to configure

To learn how the microservice is configured with static parameters from properties files see Configuration section.

To understand the configuration of specific tenant (aka project) see Import/export configuration section.

How to access source code

Microservice source code is available on GitHub.