feat: CODEF 동기화 배치 수동 트리거 테스트 API 추가 (#199) - #200
Open
KSBoscoKim wants to merge 1 commit into
Open
Conversation
hanjyoon01
approved these changes
Aug 20, 2026
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.
관련 이슈
작업 사항
GET /internal/test/codef-sync/run?userId=&date=bff-service에CodefSyncTestController신규 추가DailyFinancialSyncClient를 그대로 주입받아synchronize(DailyFinancialSyncProvider.CODEF, List.of(userId), date)호출 —DailyFinancialSyncScheduler가 실제로 타는 것과 동일한 진입점(lease 획득/스킵/완료 로직 포함)을 재사용하며, 새 인터페이스나 Local*CommandClient는 추가하지 않음DailyFinancialSyncResult를ApiResponse로 감싸 반환 (executionStatus, 기관별 결과, 처리 건수 — 민감정보 없음)참고 사항
SettlementTestController와 동일한 "[테스트용]" 패턴 — 검증 끝나면 삭제 대상인 컨트롤러입니다.SecurityConfig변경 없음 (/internal/test/**permitAll이 이미 존재).DailyCodefSyncService,BatchExecutionLeaseService)은 변경하지 않았습니다 — 같은 (jobName, businessDate)라도 RUNNING이 아닌 완료된 실행에 대한 재트리거는 기존 lease 로직이 이미 허용합니다.:services:bff-service:compileJava,:api:compileJava컴파일 확인 완료. 실제 CODEF 연동이 있는 userId로의 HTTP 호출 검증은 아직 진행 전입니다.