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

When error is thrown from sink the event type logged out does not match error causing event type #109

Open
cross311 opened this issue May 6, 2020 · 1 comment
Labels
bug Something isn't working M-core This issue is related to the core module P2 Priority 2

Comments

@cross311
Copy link
Collaborator

cross311 commented May 6, 2020

Have a cookie cutter service that is using protobuf off of Kafka. I only have handlers for X and Y. The Kafka topic has type X, Y and Z.

I was getting an error because the params were not matching up with the store procedure (it actually did not exist, another bug #110 ). When it logged out the error it listed type Z was the issue... I have zero handlers for Z and def did not do a publish with type Z. it was actually on type Y that caused the issue... seems like it was just the lats in the batch of messages coming in or something.

@sklose
Copy link
Collaborator

sklose commented May 6, 2020

this is actually a general issue for all sinks that can handle batches - the error message always contains the last msg from the batch ... i'll update the ticket title to reflect that.

@sklose sklose changed the title MSSQL Sink: When error is thrown the event type logged out does not match error causing event type When error is thrown from sink the event type logged out does not match error causing event type May 6, 2020
@sklose sklose added M-core This issue is related to the core module bug Something isn't working labels May 6, 2020
@plameniv plameniv added the P2 Priority 2 label Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working M-core This issue is related to the core module P2 Priority 2
Development

No branches or pull requests

3 participants