Consolidate future roadmap documentation
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
2026-06-04 14:42:16 +00:00
parent f9142fded4
commit c12ec64066
4 changed files with 80 additions and 109 deletions

View File

@@ -1,26 +0,0 @@
# Producer Upload Implementation Roadmap
The producer upload implementation described by this roadmap is complete.
Current behavior is documented outside roadmap files:
- [README](../../README.md)
- [Source bundle contract](../integrations/source-bundle.md)
- [HTTP upload contract](../integrations/http-upload.md)
- [Operations](../operations.md)
- [Troubleshooting](../troubleshooting.md)
- [Application internals](../internal/app.md)
- [Development policy](../policy/development.md)
This file now tracks only producer-upload work that remains outside the current
implementation.
## Deferred Work
- Durable idempotency storage across server restarts.
- Database-backed queues or durable producer retry processing.
- `UploadAndWait`, long polling, run cancellation, run retry, or run listing
helpers.
- Zstandard archives.
- Multipart, resumable, or streaming upload protocols.
- URL-token authentication.
- Browser UI or public exposure defaults.