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

producer: allow to retry on auth failures #1283

Closed
wants to merge 1 commit into from

Conversation

domdorn
Copy link

@domdorn domdorn commented Jul 16, 2024

No description provided.

@domdorn domdorn requested a review from erikvanoosten as a code owner July 16, 2024 15:23
@erikvanoosten
Copy link
Collaborator

This won't work. This only looks at the first record, if that one fails all records are retried.
A full solution will support retry of some of the records, potentially having retry sending a smaller set of records every retry. There is no quick fix, unfortunately solving this properly will require some more smarts.

@erikvanoosten
Copy link
Collaborator

Closed in favor of #1284.

@erikvanoosten
Copy link
Collaborator

Zio-kafka supports this now. For more details see #1437.

@domdorn domdorn deleted the producer_auth_exceptions branch January 19, 2025 18:53
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