OCI / ORDS Implementierung hinzugefügt
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user