Silvan
131f70db34
fix(eventstore): use decimal, correct mirror ( #9914 )
...
# Eventstore fixes
- `event.Position` used float64 before which can lead to [precision
loss](https://github.com/golang/go/issues/47300 ). The type got replaced
by [a type without precision
loss](https://github.com/jackc/pgx-shopspring-decimal )
- the handler reported the wrong error if the current state was updated
and therefore took longer to retry failed events.
# Mirror fixes
- max age of auth requests can be configured to speed up copying data
from `auth.auth_requests` table. Auth requests last updated before the
set age will be ignored. Default is 1 month
- notification projections are skipped because notifications should be
sent by the source system. The projections are set to the latest
position
- ensure that mirror can be executed multiple times
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2025-05-28 21:54:18 +00:00
..
2024-03-14 09:56:23 +00:00
2023-12-08 15:30:55 +01:00
2024-12-19 10:37:46 +01:00
2025-02-13 16:03:05 +00:00
2023-07-06 08:38:13 +02:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-12-06 11:32:53 +00:00
2024-02-22 17:25:47 +00:00
2024-02-22 17:25:47 +00:00
2024-09-11 08:24:00 +00:00
2023-12-08 15:30:55 +01:00
2024-04-03 10:43:43 +00:00
2024-05-16 07:07:56 +02:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-10-28 08:29:34 +00:00
2025-04-02 16:53:06 +02:00
2024-12-06 11:32:53 +00:00
2024-10-02 18:34:19 +03:00
2025-04-30 12:58:10 +00:00
2025-04-30 12:58:10 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2025-05-23 13:52:25 +02:00
2025-05-23 13:52:25 +02:00
2023-12-08 15:30:55 +01:00
2023-12-08 18:22:07 +01:00
2023-12-08 18:22:07 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-03-05 16:12:49 +01:00
2025-04-28 11:24:50 +02:00
2024-03-08 07:52:59 +00:00
2024-01-08 15:26:30 +00:00
2023-12-08 15:30:55 +01:00
2024-07-31 18:00:38 +03:00
2024-07-31 18:00:38 +03:00
2023-12-08 15:30:55 +01:00
2024-08-14 14:18:14 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-02-22 17:25:47 +00:00
2024-02-22 17:25:47 +00:00
2024-04-10 09:14:55 +00:00
2024-04-10 09:14:55 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-01-25 17:28:20 +01:00
2023-11-20 17:21:08 +02:00
2024-02-22 17:25:47 +00:00
2024-09-11 10:53:55 +00:00
2024-11-11 11:28:27 +00:00
2024-11-11 11:28:27 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-03-08 07:52:59 +00:00
2024-01-08 15:26:30 +00:00
2024-02-22 17:25:47 +00:00
2024-02-22 17:25:47 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-05-13 16:01:50 +02:00
2024-05-13 16:01:50 +02:00
2024-03-08 07:52:59 +00:00
2024-03-08 07:52:59 +00:00
2023-12-08 15:30:55 +01:00
2025-01-15 11:22:16 +01:00
2025-01-17 16:16:26 +01:00
2025-01-17 16:16:26 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2025-05-28 21:54:18 +00:00
2024-03-27 15:48:22 +02:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2023-12-06 10:30:56 +00:00
2024-12-19 11:11:40 +00:00
2024-12-19 11:11:40 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-02-28 10:21:11 +00:00
2023-12-08 15:30:55 +01:00
2025-05-06 06:38:19 +00:00
2024-09-26 09:14:33 +02:00
2024-09-26 09:14:33 +02:00
2024-10-04 09:34:44 +00:00
2024-10-04 09:34:44 +00:00
2024-02-28 10:55:54 +02:00
2025-04-28 11:24:50 +02:00
2024-11-28 10:06:52 +00:00
2024-11-28 10:06:52 +00:00
2025-05-12 12:05:12 +02:00
2025-05-12 12:05:12 +02:00
2024-03-21 10:31:06 +00:00
2024-03-21 10:31:06 +00:00
2024-02-22 17:25:47 +00:00
2024-02-22 17:25:47 +00:00
2023-12-08 15:30:55 +01:00
2023-12-08 15:30:55 +01:00
2024-08-28 19:46:45 +00:00
2024-08-28 19:46:45 +00:00
2025-01-29 15:12:31 +00:00
2025-01-29 15:12:31 +00:00
2024-08-16 11:41:09 +00:00