Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(impl): Remove useless errorStrategy configuration entry #131

Conversation

edeweerd1A
Copy link
Contributor

Indeed the error strategies are activated in Kafka Streams and Kafka in general with kafka.error.strategy configuration. So a dedicated configuration was defined that had no effect.

The proper fix is to deprecated that config entry, and switch the business logic so it uses kafka.error.strategy instead.

@edeweerd1A edeweerd1A requested a review from a team as a code owner October 29, 2024 18:14
Indeed the error strategies are activated in Kafka Streams and Kafka in general with `kafka.error.strategy` configuration.
So a dedicated configuration was defined that had no effect.

The proper fix is to deprecated that config entry, and switch the business logic so it uses `kafka.error.strategy` instead.
@edeweerd1A edeweerd1A force-pushed the fix-dlq-runtime-activation-2 branch from c654b9e to 016d0eb Compare October 29, 2024 18:17
@edeweerd1A edeweerd1A closed this Oct 30, 2024
@edeweerd1A
Copy link
Contributor Author

To the advantage of #132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants