zitadel/internal/eventstore/repository
Silvan 522c82876f
fix(eventstore): set application name during push to instance id (#8918)
# Which Problems Are Solved

Noisy neighbours can introduce projection latencies because the
projections only query events older than the start timestamp of the
oldest push transaction.

# How the Problems Are Solved

During push we set the application name to
`zitadel_es_pusher_<instance_id>` instead of `zitadel_es_pusher` which
is used to query events by projections.
2024-11-18 15:30:12 +00:00
..
mock perf(milestones): refactor (#8788) 2024-10-28 08:29:34 +00:00
sql fix(eventstore): set application name during push to instance id (#8918) 2024-11-18 15:30:12 +00:00
asset.go feat: add assets to eventstore and event (#1674) 2021-04-27 12:58:18 +02:00
event.go fix(eventstore): revert precise decimal (#8527) (#8679) 2024-09-24 18:43:29 +02:00
search_query_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
search_query.go perf(oidc): nest position clause for session terminated query (#8738) 2024-10-07 12:49:55 +00:00