OBP-API icon indicating copy to clipboard operation
OBP-API copied to clipboard

Inbound Kafka Account View Creation

Open simonredfern opened this issue 9 years ago • 0 comments
trafficstars

In the Inbound Kafka, instead of:

generate_public_view = Boolean generate_accountants_view = Boolean generate_auditors_view = Boolean

We should have: viewsToCreate :List[String] e.g. [public, accountant, auditor]

(note: we should move to singular view names as a convention)

If the message includes a view that is not supported in the API it would be ignored (not created for account)

This might be a good time to introduce versioning to the Kafka messages (see next ticket)

simonredfern avatar Jul 06 '16 20:07 simonredfern