-
Notifications
You must be signed in to change notification settings - Fork 0
Error handling
Artem Utkin edited this page May 28, 2023
·
1 revision
The library handles different types of errors:
- errors that may occur during communication with Kafka (see Kafka errors),
- errors that may occur in your controller during message processing:
- transient errors (see Transient processing errors),
- non-transient errors (see Non-transient processing errors).