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
- Host: GitHub
- URL: https://github.com/50-course/mono-postmortem
- Owner: 50-Course
- Created: 2025-05-14T18:27:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T18:33:32.000Z (about 1 year ago)
- Last Synced: 2026-03-11T10:58:46.835Z (3 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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