Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update kafee consumer handle_failure/2 fn (#119)
## Related Ticket(s) N/A ## Checklist <!-- For each bullet, ensure your pr meets the criteria and write a note explaining how this PR relates. Mark them as complete as they are done. All top-level checkboxes should be checked regardless of their relevance to the pr with a note explaining whether they are relevant or not. --> - [X] Code conforms to the [Elixir Styleguide](https://github.com/christopheradams/elixir_style_guide) ## Problem The built in `Kafee.Consumer.handle_failure/2` function raises an error which causes problems down the line. It should instead return an `:ok` like the behaviour specifies. ## Details Change `raise RuntimeError` to `Logger.error` --------- Co-authored-by: Jonathan Thomas <[email protected]>
- Loading branch information