PseudoMera / virtual-store

Scalable microservices-based e-commerce application using Go and Kubernetes
MIT License
0 stars 0 forks source link

Create user #17

Open PseudoMera opened 1 month ago

PseudoMera commented 1 month ago

When a create user request is duplicated meaning its trying to create the same user twice (it has a unique email constraint) it will skip that id for the next created user

image