Define an `Error` type for `consumer` and `producer`
Closed this issue · 0 comments
nanderstabel commented
Description
Add an Error
enum (preferably by utilizing the thiserror
crate) for both consumer
and producer
.
Motivation
This will add clearer error handling.
Resources
https://crates.io/crates/thiserror
To-do List
- Define
Error
type forconsumer
- Define
Error
type forproducer