7.1.3 OBDX Pre-defined External Kafka Topic Configurations
OBDX listens to the following external Topics of OBVAM(Oracle Banking Virtual Account Management), OBLM(Oracle Banking Liquidity Management) and OBO(Oracle Banking Origination).
- lm.accountnotification
- vam.virtualaccountnotification
- vam.accountstatusnotification
- vac.accountfacilitynotification
- externalSystemAlertMessage
For these Topics, the following properties need to be updated in the table DIGX_FW_CONFIG_ALL_B. Details should be obtained from the respective HOST system. If the HOST does not support the SSL property, it should be removed.
Table 7-2 Table: DIGX_FW_CONFIG_ALL_B.
PROP_ID | CATEGORY_ID | PROP_VALUE |
---|---|---|
<topic_name>@ssl.truststore.password | KAFKA_CONFIG | <truststore_password> |
<topic_name>@sasl.jaas.config | KAFKA_CONFIG | org.apache.kafka.common.security.scram.ScramLoginModule required username="<jaas_username>" password="<jaas_password>"; |
<topic_name>@bootstrap.servers | KAFKA_CONFIG | <host_ip>:<host_port> |
<topic_name>@ssl.truststore.location | KAFKA_CONFIG | <truststore_location> |
<topic_name>@security.protocol | KAFKA_CONFIG | <security_protocol> |
<topic_name>@sasl.mechanism | KAFKA_CONFIG | <sasl_mechanism> |
Parent topic: Enabling Kafka in OBDX