Description
This issue aims to address the implementation of On-Chain Event Ingestion Pipeline with Transactional Outbox & Replay.
The core objective is to: Build a resilient pipeline that ingests Soroban contract events into PostgreSQL using the transactional outbox pattern, with ordered processing, dead-letter handling, and deterministic replay.
By completing this feature, we will ensure that the GuildWorkman protocol maintains its high standards for security, usability, and decentralized logic. This issue requires careful attention to the Backend architecture and adherence to the existing project conventions.
When picking up this issue, please ensure you document any new dependencies or architectural decisions made during development.
Component
Backend (Spring Boot / Java 17)
Difficulty
⚫ Very Hard
Tasks
Acceptance Criteria
Estimated Time
3-5 days
Description
This issue aims to address the implementation of On-Chain Event Ingestion Pipeline with Transactional Outbox & Replay.
The core objective is to: Build a resilient pipeline that ingests Soroban contract events into PostgreSQL using the transactional outbox pattern, with ordered processing, dead-letter handling, and deterministic replay.
By completing this feature, we will ensure that the GuildWorkman protocol maintains its high standards for security, usability, and decentralized logic. This issue requires careful attention to the Backend architecture and adherence to the existing project conventions.
When picking up this issue, please ensure you document any new dependencies or architectural decisions made during development.
Component
Backend (Spring Boot / Java 17)
Difficulty
⚫ Very Hard
Tasks
backend-api/src/main/java./mvnw verifyand./mvnw testto validate build and coverageAcceptance Criteria
Estimated Time
3-5 days