Farfetch / kafkaflow-retry-extensions

Kafka Flow Retry Patterns Extensions
https://farfetch.github.io/kafkaflow-retry-extensions/
MIT License
55 stars 7 forks source link

Lack of index in the RetryItemMessageHeaders table (SQL server) #79

Open fernando-a-marins opened 2 years ago

fernando-a-marins commented 2 years ago

Is your request related to a problem you have?

There is a missing index for the table RetryItemMessageHeaders for the SQL server & Postgres repositories. This might lead to polling job failure when getting the items to retry. The column IdItemMessage should be indexed on a non-clustered index.

Describe the solution you'd like

Add the index to the table.

Are you able to help bring it to life and contribute with a Pull Request?

Yes

Additional context

No response