▲ 2 r/platformengineering+1 crossposts

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

medium.com
u/PickleIndividual1073 — 8 days ago
▲ 4 r/microservices+1 crossposts

Distributed Transaction mishap

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

medium.com
u/PickleIndividual1073 — 11 days ago

Distributed transaction mishaps

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

medium.com
u/PickleIndividual1073 — 11 days ago