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

Harmonize consumer diagnostics handling #1446

Merged
merged 2 commits into from
Jan 29, 2025
Merged

Conversation

erikvanoosten
Copy link
Collaborator

@erikvanoosten erikvanoosten commented Jan 26, 2025

Some of the different Consumer builders were not using ConcurrentDiagnostics yet to protect the consumer from slow diagnostics implementations. This is fixed.

Since ConcurrentDiagnostics injects the final event, the Consumer builders do not need to do this.

@erikvanoosten erikvanoosten changed the title Harmonize diagnostics processing Harmonize diagnostics handling Jan 26, 2025
@erikvanoosten erikvanoosten changed the title Harmonize diagnostics handling Harmonize consumer diagnostics handling Jan 26, 2025
Some of the different `Consumer` builders were not using `ConcurrentDiagnostics` yet to protect the consumer from slow diagnostics implementations. This is fixed.

Since `ConcurrentDiagnostics` injects the final event, the `Consumer` builders do not need to do this.
@erikvanoosten erikvanoosten force-pushed the concurrent-diagnostics branch from 2c158bb to 7d60a26 Compare January 26, 2025 09:57
@erikvanoosten erikvanoosten merged commit c8293b7 into master Jan 29, 2025
13 checks passed
@erikvanoosten erikvanoosten deleted the concurrent-diagnostics branch January 29, 2025 11:32
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