Skip to content

Explanation of the built-in Kafka Retry Policy #400

Answered by shrohilla
donntorres35 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @donntorres35,
To answer your question :-

  1. internal mechanisms how these policies work?
    Based on the configuration, we retry the function internally and if the limit is breached Kafka Extension use to mark that event commit and move ahead. This support has other major benefits like replay those events which are failed due to timeout on downstream services or any other network lag happened, in this case the complete customer function runs from the start so if any persistence is there customer function should manage that

  2. Would a topic named "my-topic-dead-letter" appear
    Kafka extension currently don't support any dead letter queue concept out of the box.

Customers are recommende…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@donntorres35
Comment options

@shrohilla
Comment options

Answer selected by donntorres35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants