mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
Adding note on how to enable Kafka Mar2017
This commit is contained in:
parent
ae6b036eaf
commit
fb5f8bc375
@ -10,6 +10,7 @@
|
||||
connector=mapped
|
||||
#connector=mongodb
|
||||
#connector=kafka
|
||||
#conenctor=kafka_vMar2017
|
||||
#connector=obpjvm
|
||||
#connector=...
|
||||
|
||||
|
||||
@ -258,6 +258,7 @@ trait APIMethods220 {
|
||||
"Get Message Docs",
|
||||
"""These message docs provide example messages sent by OBP to the (Kafka) message queue for processing by the Core Banking / Payment system Adapter - together with an example expected response and possible error codes.
|
||||
| Integrators can use these messages to build Adapters that provide core banking services to OBP.
|
||||
| Note: To enable Kafka connector and this message format, you must set conenctor=kafka_vMar2017 in your Props
|
||||
""".stripMargin,
|
||||
emptyObjectJson,
|
||||
emptyObjectJson,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user