Kafka - Advanced Stream Processing
You want to ensure that any records causing exceptions during Kafka Streams processing are redirected to a separate "error" topic without stopping the main stream. Which Kafka Streams pattern best supports this?
try-catch inside processing logic and produce failed records to a dead-letter topic using a KafkaProducer. -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions