Closed Johnmeurt closed 8 months ago
You can try this fork https://github.com/Moln/php-mysql-replication .
Resolve these issues:
DatabasesOnly
or TablesOnly
of Config
.(new ConfigBuilder())
->withRetry(-1) // Retry always.
->withRetry(0) // Disable retry feature. (Default)
->withRetry(2) // Retry twice.
Can you submit a PR to the official?
fixed in #113
Hello,
the library has 2 dependencies on Symfony < 6 which makes the migration impossible for project.
symfony/dependency-injection
: I did not find usage on the source and test. Should it be removed ?symfony/event-dispatcher
: seems compatible with Sf6.Regards