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

Adding exception logging for consumer's batch processing loop #78

Merged
merged 7 commits into from
Sep 8, 2020

Conversation

wantastic84
Copy link
Collaborator

Although any uncaught exception within the consumer's batch processing loop will bubble up to the client, it is helpful to log the exception in case the client does not properly handle/log it.
FsKafka simply logs the fully qualified name of the exception along with the exception message, but the full stacktrace and such needs to be logged from the client side.

src/FsKafka/FsKafka.fs Outdated Show resolved Hide resolved
@bartelink
Copy link
Collaborator

Looks great, thanks!

@bartelink bartelink merged commit 3298a8a into master Sep 8, 2020
@bartelink bartelink deleted the adding-exception-logging branch September 8, 2020 19:34
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