benthosdev / benthos

Fancy stream processing made operationally mundane
https://www.benthos.dev
MIT License
7.68k stars 752 forks source link

Add additional field "max_retries" for retry processor #2544

Open packman80 opened 3 weeks ago

packman80 commented 3 weeks ago

In benthos version 4.27, a new "retry" processor was introduced. But, unfortunately, there is no opportunity in it (or did I miss it?) make a fixed number of retries, as is done in a similar output retry. Please add an additional field "max_retries": the maximum number of retries before giving up on the request (if set to zero there is no discrete limit)