You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I want the HTTP Connector to retry delivering failed messages. That part, I've figured out and have it configured to my liking.
The thing is, in my case, I want the HTTP Connector to retry delivering the message several times before giving up on that message - then evict/discard that message and move onto the next message in the Kafka Topic queue. Right now, after the error threshold, the Aiven HTTP Connector fails outright, and the Aiven HTTP Connector does not deliver any further messages, holding up the entire queue. Below is my configuration:
I have a use case where I want the HTTP Connector to retry delivering failed messages. That part, I've figured out and have it configured to my liking.
The thing is, in my case, I want the HTTP Connector to retry delivering the message several times before giving up on that message - then evict/discard that message and move onto the next message in the Kafka Topic queue. Right now, after the error threshold, the Aiven HTTP Connector fails outright, and the Aiven HTTP Connector does not deliver any further messages, holding up the entire queue. Below is my configuration:
How do I achieve the outcome I want? Where if message
#1
fails after several attempts, the Aiven HTTP Connector will just move onto message#2
.The text was updated successfully, but these errors were encountered: