Skip to content

Commit

Permalink
Add producer auto resolution case
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidhashemian committed Jan 29, 2025
1 parent dbe7ae2 commit 739a32a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ ImmutableMap.<Class<? extends Exception>, Map<String, PscErrorHandler.ProducerAc
"not present in metadata after",
new PscErrorHandler.ProducerAction(PscErrorHandler.ActionType.RESET_THEN_THROW, ProducerException.class)
);
put(
"has passed since batch creation",
new PscErrorHandler.ProducerAction(PscErrorHandler.ActionType.RESET_THEN_THROW, ProducerException.class)
);
}}
)

Expand Down

0 comments on commit 739a32a

Please sign in to comment.