RootCauseunvalidated
that doesn’t use a blocking database call that counts the number of existing `Product` entities in the database and then increments that number — Spring Boot microservice that provides non-blocking APIs. Tension: I’d like an auto-increment feature that will do this on the entity itself when it is persisted to the database. Outcome: safe from race conditions.
48099fa2-70e8-4392-9fd1-6ac260910cb7
that doesn’t use a blocking database call that counts the number of existing Product entities in the database and then increments that number — Spring Boot microservice that provides non-blocking APIs. Tension: I’d like an auto-increment feature that will do this on the entity itself when it is persisted to the database. Outcome: safe from race conditions.