Skip to content

Commit

Permalink
chore(docs): adds taimoor pros & contras
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Nov 29, 2024
1 parent 2a8820c commit 5119b7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/proposals/005_carbon_loading_mechanism.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ Additionally, this setup supports extensions hosted on CDNs. Versioning can be s
- **Dependency on Manifest File**: the system heavily relies on the accuracy of the manifest file. Errors or misconfigurations could disrupt extension loading.
- **Build-Time Configuration**: although dynamic loading reduces deployment frequency, changes to the build process or manifest generation logic still require developer involvement.
- **Limited Runtime Flexibility**: since dependencies are resolved at build time, adding new extensions dynamically without rebuilding the application is not feasible.
- **No Independent Rollbacks**: Rolling an extension back to its previous version independently of the other extensions will not be possible.
- **Increased Build Sizes and number of images generated**: In case of errors or even normal changes, the build system must package everything together, unnecessarily leading to larger builds and Docker image sizes. This results in multiple images being created, which increases both the overall image size and the total number of images generated.

## Option 2: Remote Extensions

Expand Down

0 comments on commit 5119b7f

Please sign in to comment.