karthickbhaskar

Results 1 issues of karthickbhaskar

Sample Code: Exception takes place in the highlighted code in bold below testSubscriptionMono.flatMap(testSubscription -> { testSubscription.setMembershipStatus("ENROLLED"); return repositoryService.saveTestSubscription(testSubscription); })**.subscribe(value -> System.out.println("RECEIVED " + value), error -> error.printStackTrace());** Depdendencies: ![image](https://user-images.githubusercontent.com/76987557/188262440-e17c07f9-96dd-4e7a-bb67-b62aa71dc155.png) Error...