digitalbanking drivers - #179
Conversation
|
@omursahin hi. we shouldn't skip endpoints. in WB, we have kill switches in the instrumentation. in BB, it will be interesting to add features to automatically exclude endpoints from search if connection timeout a few times (which don't do yet, but should in future) |
@arcuri82 A request like GET /generateData?noOfCustomers=5000000 eventually causes a java.lang.OutOfMemoryError: Java heap space. The root cause is in BankService.createCustomerAccount: the endpoint tries to create 5,000,000 customers, and the application runs out of memory while generating them. |
Please check my comment on the README: