Calling REST service in every 1 minute as unable to use KAFKA
Hi,
We have a use case to keep the Pega spine (Pega Cloud) updated frequently but we can't use Kafka or similar streaming mechanism because of the security restriction. So, we are planning to expose a REST service and receive the data from the upstream system in every 1 minute.
The payload in the service invocation per minute can go up to 200 KB. In a day, the total request will be closed to 3000 (max).
Please let me know if you see there is any performance issue in the application in getting the rest service and loading data in every minute? If you have experienced similar situation please let us know.
Appreciate your help in advance.