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

Introduce producers tracking #66

Merged
merged 15 commits into from
Jun 12, 2023
Merged

Introduce producers tracking #66

merged 15 commits into from
Jun 12, 2023

Conversation

mensfeld
Copy link
Member

@mensfeld mensfeld commented May 25, 2023

This PR introduces tracking of producer-related errors. While fatal errors like the inability to deliver won't be tracked because we dispatch to Kafka, there are things like async disconnects, and some other errors that users should be aware of. This PR makes it happen.

It also includes several other small improvements. Please refer to the changelog for the whole list.

close #65
close #67

@mensfeld mensfeld self-assigned this May 25, 2023
@mensfeld mensfeld requested a review from nijikon June 12, 2023 11:27
@mensfeld mensfeld marked this pull request as ready for review June 12, 2023 11:27
@mensfeld mensfeld merged commit 289f314 into master Jun 12, 2023
@mensfeld mensfeld deleted the producers-tracking branch June 12, 2023 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Collect producer delivery errors details in details Introduce schema for errors
1 participant