Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ APIkit for AsyncAPI defines the following error types:
== APIkit for AsyncAPI Error Handling

APIkit for AsyncAPI scaffolder generates no error-handling code.

=== Limitations of Kafka

Since the Source Message Listener, with content validation enabled, does not throw an exception, we cannot implement the DLQ/DLT pattern for Kafka. In this model, the consumer is responsible for routing invalid messages to DLQ/DLT topics.
Comment thread
stn1slv marked this conversation as resolved.