OBP-API
OBP-API copied to clipboard
Inbound Kafka Account View Creation
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)