MethodfetchStocksByInvestorId(@PathVariable String investorId,
@RequestParam(value = "offset", defaultValue = "0") int offset,
@Reque
Chapter04/circuit-breaker-examples/circuit-breaker-service-consumer/src/main/java/com/books/chapters/restfulapi/patterns/chap4/springboot/controller/InvestorController.java:41