merlimat opened a new pull request, #25383: URL: https://github.com/apache/pulsar/pull/25383
## Motivation See [PIP-465](https://github.com/apache/pulsar/blob/master/pip/pip-465.md) for full details. The primary goal is to make development of Pulsar easier by shrinking the core codebase. Removing ~30 connectors and their dependency trees from the main repository will massively improve compile time, test execution time, CI resource consumption, and CI stability. Key points: - Connectors move to `apache/pulsar-connectors` with full git history preserved - The `pulsar-all` Docker image (~2.9 GB) is removed; tiered-storage offloaders move into the `pulsar` image - Independent release cadence for connectors (similar to client SDKs) - The `pulsar-io-core` API has been very stable — no integration risk - All connectors released together as a single release from the new repo ### Doc Checklist - [ ] `doc-required` - [x] `doc-not-needed` - [ ] `doc-complete` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
