Question
6
Replies
104
Views
PEGA
Posted: January 3, 2018
Last activity: January 22, 2018
REST Service Vs Direct Update to External DB Table
Our System Of Records is an external DB.
Whenever there is an update required as determined by flow in pega, we need to update the SOR DB Table.
Legacy system is a .Net implementation.
Two patterns we are considering to make these updates to the SOR db table.
- From Pega directly update the table using connect integration
- Use a REST service to pass the data update.
What are the pros and cons of these approaches?
Performance, extensible, security - if we consider these aspects.
Hi,
If number of interaction more as per the requirement you can use REST service with enabling TLS/SSL or else you can go with directly update.