zitadel/internal/eventstore/repository/sql
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
..
crdb_test.go fix(eventstore): revert precise decimal (#8527) (#8679) 2024-09-24 18:43:29 +02:00
crdb.go fix(eventstore): set application name during push to instance id (#8918) 2024-11-18 15:30:12 +00:00
local_crdb_test.go fix(init): add setting to enable durable locks on crdb (#7982) 2024-05-27 09:03:34 +00:00
query_test.go fix(eventstore): set application name during push to instance id (#8918) 2024-11-18 15:30:12 +00:00
query.go fix(eventstore): set application name during push to instance id (#8918) 2024-11-18 15:30:12 +00:00