On Tue, Mar 24, 2026 at 3:42 PM Lari Hotari <[email protected]> wrote:
> Sidenote: One small detail to take into account while moving Pulsar IO > connectors is to retain git history so that "git blame" could be used to > understand the reasons of the code. That's possible by rewriting the git > history and filtering all other directories than the directories to retain. > The process used for apache/pulsar-sql is documented here: > https://github.com/apache/pulsar-sql#extracting-the-pulsar-sql-modules-with-preserved-commit-history > . A similar solution could be used for apache/pulsar-connectors to retain > git history. I can volunteer to perfom this step. > Good point. In my WIP ( https://github.com/merlimat/pulsar-connectors/commits/gradle-split-pulsar-io/), I was just keeping the whole history from core pulsar repo, though it makes lot of sense to strip it down to just connectors.
