Skip to content

Commit

Permalink
fix(impl): Remove unused constant in ErrorHandlingStrategy
Browse files Browse the repository at this point in the history
It was the name of the config property used for configuring the error strategy before configuration was centralized in `KStreamsProcessorConfig`.
Its name was `kafka.error.strategy`. It is now `kafkastreamsprocessor.error-strategy`.
  • Loading branch information
edeweerd1A committed Oct 30, 2024
1 parent 67c621f commit 6b67f2f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
* Constants related to Kafka error handling
*/
public class ErrorHandlingStrategy {
/**
* Configuration property to check for the Kafka error handling strategy
*/
public static final String CONFIG_PROPERTY = "kafka.error.strategy";

/**
* Default strategy: drop the message and continue processing
*/
Expand Down

0 comments on commit 6b67f2f

Please sign in to comment.