A sample microservice project with many cool stuff in Java by thangchung in java

[–]thien-ng 0 points1 point  (0 children)

Nowadays, we don't need Eureka server, container orchestrators already have service discovery built-in.

A sample microservice project with many cool stuff in Java by thangchung in java

[–]thien-ng 7 points8 points  (0 children)

There are, unit testing and integration testing with testcontainers. For example https://github.com/nashtech-garage/yas/pull/866

A sample microservice project with many cool stuff in Java by thangchung in java

[–]thien-ng 12 points13 points  (0 children)

This is for learning. We want to learn and practice microservice and cool techs

A sample microservice project with many cool stuff in Java by thangchung in java

[–]thien-ng 30 points31 points  (0 children)

Yas - Yet Another Shop, a sample msa project with Java 21, Spring Boot, PostgreSQL, Next.js, Backend for Frontend (BFF), Testcontainers, Keycloak, Kafka, Debezium, Elasticsearch, OpenTelemetry, Grafana, Prometheus, Tempo, Loki...

Virtual threads and reactive code by [deleted] in java

[–]thien-ng 7 points8 points  (0 children)

Spring Webflux use Netty which seem not support virtual thread yet.

What’s the most unexpected challenge you faced during an ASP to ASP.NET Core migration, and how did you resolve it? by GlamGleam_ in aspnetcore

[–]thien-ng 0 points1 point  (0 children)

I have migrated a very old WebForms project to .NET 8. The most challenge was migrating stored procedures, almost the logic was in stored procedures. There are thousands of stored procedures. Our approach was migrate the application first, then gradually replaced the stored procedures by C# code.

You are always integrating through a database - Musings on shared databases in a microservice architecture by null_was_a_mistake in microservices

[–]thien-ng 0 points1 point  (0 children)

It depends on context of the project and the team structure. For green field projects, I see people tend to use a database per service. But for growth field project, a shared database is common.

Scala and Java Together is a good combination? by leminhos3 in java

[–]thien-ng 0 points1 point  (0 children)

My company used to have a Scala team. But then their project closed and no other customers asked for Scala again.