A complete end-to-end microservices architecture built with Spring Boot and Spring Cloud. Includes service discovery (Eureka), API Gateway, security with Keycloak, inter-service communication, circuit breaker, distributed tracing, event-driven architecture with Kafka, containerization with Docker, and monitoring using Prometheus & Grafana.
Stars
6
Forks
0
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
feat(order-service): add Resilience4j and Brave tracing to placeOrder
70004e6View on GitHubfeat: integrate Keycloak server for authentication and authorization
71c8295View on GitHubfeat(gateway): implement Spring Cloud Gateway with Eureka service discovery
f6faa1bView on GitHubintegrate Eureka service discovery and configure Spring Cloud API Gateway
9fa9af4View on GitHubRefactor project structure and update dependencies
835f627View on GitHubfeat: Implement Order and Product Services
c478ae7View on GitHubadd integration tests for product create and get APIs
c632c3cView on GitHubRemove application.properties from repo and add to .gitignore
4ef4e6aView on GitHub