Silvan 8f97e8a3de
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.

(cherry picked from commit 522c82876f4360135bdf4b772ac03669fd9c8e26)
2024-12-05 08:08:36 +01:00
..
2024-10-28 08:29:34 +00:00