Merge pull request #34193 from backstage/freben/remove-immediate-stitching

catalog-backend: remove immediate mode stitching
This commit is contained in:
Fredrik Adelöw
2026-05-26 14:46:15 +02:00
committed by GitHub
21 changed files with 923 additions and 1507 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': minor
---
Removed the immediate mode stitching strategy. All stitching now uses the deferred mode, which processes entities asynchronously via a worker queue. If your configuration includes `catalog.stitchingStrategy.mode: 'immediate'`, it will be ignored with a deprecation warning. The `pollingInterval` and `stitchTimeout` settings continue to work as before.