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

CORE-17012 dlq topic to be used by multi source mediator for producer serialization errors #1304

Closed
wants to merge 1 commit into from

Conversation

LWogan
Copy link
Contributor

@LWogan LWogan commented Oct 17, 2023

It is not possible for a multi source mediator to determine which topic a record came from which triggered an output record that failed to serialize and therefore should be DLQ'd.

Adding a common topic for all mediators to send a DLQ record for to record serialization failures.

Open to debate whether we should even bother DLQing this records. However as we DLQ these in the S+E this seems the only way to preserve that logic

@LWogan
Copy link
Contributor Author

LWogan commented Oct 17, 2023

On second thought, im going to close this. It doesnt make sense to me that we DLQ a producer record that fails to send. We already log it. That should be enough.

@LWogan LWogan closed this Oct 17, 2023
@github-actions github-actions bot deleted the CORE-17012/mediator-dlq branch December 20, 2023 00:04
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.

1 participant