An open API service indexing awesome lists of open source software.

https://github.com/50-course/mono-postmortem

Postmortem for a Purchase/Payment Integration - helping a friend debug their project - this repo contains my debug and fix for it
https://github.com/50-course/mono-postmortem

Last synced: 7 days ago
JSON representation

Postmortem for a Purchase/Payment Integration - helping a friend debug their project - this repo contains my debug and fix for it

Awesome Lists containing this project

README

          

Problem was Data deserialization between Mono (Java Reactive Web) Object and `Response-like` entity objects.

This repo is minimal reproducable build that differs grately from original source code, but arrived at the same conclusion.

Utilized resources:

- https://projectreactor.io/docs/core/release/reference/coreFeatures/error-handling.html
- https://stackoverflow.com/questions/53822069/reactor-rest-mono-returns-scanavailable-true/53854689