OCI / ORDS Implementierung hinzugefügt

This commit is contained in:
2026-04-22 08:55:54 +02:00
parent 599912ef94
commit cbcc6922a4
10 changed files with 258 additions and 36 deletions

View File

@@ -113,7 +113,7 @@ public class FileProcessingPipeline {
Log.infof("ZIP '%s' entpackt: %d Datei(en)", zipFilename,
context.extractedFiles.size());
// --- OCI Upload (Stub) ---
// --- OCI Upload ---
MDC.put("step", "oci-upload");
ociUploadService.upload(context);
@@ -122,7 +122,7 @@ public class FileProcessingPipeline {
sftpService.renameRemote(zipFilename, zipFilename + ".processed");
Log.infof("SFTP Rename: '%s' → '%s.processed'", zipFilename, zipFilename);
// --- ORDS Notify (Stub) ---
// --- ORDS Notify ---
MDC.put("step", "ords-notify");
ordsNotificationService.notify(context);