[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 16

pfilaretov42

Petr Filaretov

Posted on November 23, 2023

[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 16

Hey folks, here are some posts that I found interesting recently.

šŸŒ± Synchronizing with External Transaction Managers in Spring Cloud Stream Kafka Applications: one of the posts from the post series on how to receive, send messages and save data in a database transactionally with Spring Cloud Stream Kafka. As mentioned in the comments, this solution is fine only if message sending is optional (best effort).

ā˜•ļø How to find dead code in your Java services: an interesting (questionable?) way to find unused code with JaCoCo agent that is run with a service on production. Security and performance are also mentioned.

šŸ’” Kotlin Multiplatform Is Stable and Production-Ready: Kotlin Multiplatform is stable now.

šŸ’¾ Performance isolation in a multi-tenant database environment: how guys at Cloudflare deal with performance challenges for multiple tenants in a single database.

šŸš€ Limits of Loom's performance: a nice post on Virtual threads and Kotlin coroutines performance comparison.


Dream your code, code your dream.

šŸ’– šŸ’Ŗ šŸ™… šŸš©
pfilaretov42
Petr Filaretov

Posted on November 23, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related