Skip to content

Kafka consumer - error handling #839

@cerveada

Description

@cerveada

Kafka give us a lot of options how to handle errors during message processing. Further analysis should be done. It would probably be good to make it configurable.

Some possible options:

  • ack all messages and just log the errors
  • push the failing message in special error topic and ack
  • shutdown the application on error
  • (other ?)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions