Open
Description
Is your feature request related to a problem? Please describe.
I'm currently using faststream with rabbitmq in a worker that are running on kubernetes, the problem is when we have more than one worker running in parallel, the retry config on subscriber only counter his own subscriber retries.
Describe the solution you'd like
Would be nice somehow add counter on each message in order to manage retries in a multiple consumers scenario.