7 Setup Oracle Banking Enterprise Limits and Collateral Management KAFKA
This topic provides systematic instructions to setup the Oracle Banking Enterprise Limits and Collateral Management kafka topics.
The Prerequisites as follows:
- Make sure that the Kafka installation is completed.
- To install Kafka, see the Oracle Banking Microservices Architecture Software Deployment section in the Oracle Banking Microservices Platform Foundation Installation Guide.
The Kafka topics listed below are utilized in Oracle Banking Enterprise Limits and Collateral Management. All of these topics need to be created and confirmed on the Kafka Server using the command.
<Kafka Bin Folder>/kafka-topics.sh --create --bootstrap-server <Broker
ip/hostname>:<Broker Port> --replication-factor 1 --partitions 1 --topic
<topic name>
Table 7-1 Kafka Topics
| Serial Number | Topic Name | Description | Usage |
|---|---|---|---|
| 1 | rpmDashboard | This event is used for populating projection data for rendering the dashboard. | Updating all the attributes related to a process |
| 2 | ELCMFacilityCommonCoreReplicationEOD | This is Plato Alerts's kafka topic to which the notification is sent | Updates the facility in common core during batch processing |
| 3 | AlertMessage | This is Plato Alerts's kafka topic to which the notification is sent | Used for notiifcations |
| 4 | ELCM_NOTIF_EVENT | This is the ELCM's kafka topic to which Plato Alerts will resend the notification in case the mode is Event | Used for notiifcations |