Adding note on how to enable Kafka Mar2017

This commit is contained in:
Simon Redfern 2017-03-31 14:47:06 +02:00
parent ae6b036eaf
commit fb5f8bc375
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
connector=mapped
#connector=mongodb
#connector=kafka
#conenctor=kafka_vMar2017
#connector=obpjvm
#connector=...

View File

@ -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,