feat: microservices transaccion and anti-fraude done#595
Open
joseguzman25 wants to merge 1 commit intoyaperos:mainfrom
Open
feat: microservices transaccion and anti-fraude done#595joseguzman25 wants to merge 1 commit intoyaperos:mainfrom
joseguzman25 wants to merge 1 commit intoyaperos:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumen del Proyecto
Implementación del Yape Code Challenge usando Java 21 y Spring Boot 4, con arquitectura hexagonal y dos microservicios:
Comunicación asincrónica mediante Apache Kafka, persistencia en PostgreSQL y cache en Redis.
Principales Logros
POST /transactions) y consulta (GET /transactions/{id}).Tecnologías Principales
Futuras Mejoras
Instrucciones para Ejecutar y Probar el Proyecto
Esto iniciará todos los servicios: PostgreSQL, Kafka, Zookeeper, Redis, Productor (8080) y Anti-Fraude (8081).
Crear una transaccion
Consultar una transaccion
curl http://localhost:8080/transactions/{transactionExternalId}Probar reglas de Anti-Fraude
status: APPROVEDstatus: REJECTEDEjecutar tests
./mvnw clean testAutor
Nombre: José Guzman Gonzales
Email: joseguzmangonzales21.08@gmail.com
GitHub: github.com/joseguzman
LinkedIn: linkedin.com/in/joseguzman
Fecha
Febrero 2026