Class ProductionExceptionHandler.Response

java.lang.Object
org.apache.kafka.streams.errors.ProductionExceptionHandler.Response
Enclosing interface:
ProductionExceptionHandler

public static class ProductionExceptionHandler.Response extends Object
Represents the result of handling a production exception.

The Response class encapsulates a ProductionExceptionHandler.Result, indicating whether processing should continue or fail, along with an optional list of ProducerRecord instances to be sent to a dead letter queue.