This post discusses securing the Eureka server and using it from a client application in a microservices stack. It covers essential components such as service registry, instances, and clients, and provides updated code examples. It emphasizes using Spring Security for Eureka's secure usage and includes a sample client application.
Category: JAVA
Five Databases – Test containers for Integration
The LLM training involved developing a feeder system for text files used by the learning model, which interacts with five different running apps. The design adheres to the DDD motto, using one Database per microservice. Dockerized code underwent thorough unit and IT testing for all databases, with Test Containers proving invaluable. The complete code base is available on GitHub.



You must be logged in to post a comment.