table_sync icon indicating copy to clipboard operation
table_sync copied to clipboard

DB Table synchronization between microservices based on Model's event system and RabbitMQ messaging

Results 16 table_sync issues
Sort by recently updated
recently updated
newest added

# Changes - Add `model_name` attribute to the `raw` publishing interface. So now you can specify model name other then object class name when using `raw` method. - Remove `object_class`...

It is suitable for "temporary" ignore some fields in order to make some technical works with some fields during the regular working sync) for example: email delivery over the big...

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...

dependencies

We want to have an ability to define/configure an individual logger for each receiver separately (incoming messages, malformed messages, etc). this is a good way to disable logging for unnecessary...

1. Не понимаю, что проверяют спеки `avoid dead locks`, так как там переопределяется upsert и мы там не берем вообще никаких локов. К тому же эти спеки отжирают больше 3/4...

Monotonic Clock is not affected by discontinuous jumps in the system time e.g., if the system administrator manually changes the clock

in https://github.com/umbrellio/table_sync/pull/36 I created docs/message_protocol.md but it is not enough

at now destroy event is ignoring version_key but it is wrong behavior for obvious reasons