OEM from Dev perspective
Hi Everyone, For developers DB slowness is black box and seems a uncovered path.
Wrote an article on OEM and how as a developer one can use it along with other tools for better investigation.
Thanks
Hi Everyone, For developers DB slowness is black box and seems a uncovered path.
Wrote an article on OEM and how as a developer one can use it along with other tools for better investigation.
Thanks
Hey Everyone,
@Transactional doesn't cover Kafka. Most code assumes it does.
The DB write rolls back fine. The Kafka publish doesn't know the transaction exists — and a successful commit is no guarantee it ever gets sent.
Wrote an article explaining this common misconception and giving food for thought on how to deal with it
Hey Everyone,
@Transactional doesn't cover Kafka. Most code assumes it does.
The DB write rolls back fine. The Kafka publish doesn't know the transaction exists — and a successful commit is no guarantee it ever gets sent.
Wrote an article explaining this common misconception and giving food for thought on how to deal with it