You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (Jira)" <ji...@apache.org> on 2022/12/14 21:32:00 UTC

[jira] [Created] (KAFKA-14490) Consider using UncheckdIOException instead of IOException in the log layer

Ismael Juma created KAFKA-14490:
-----------------------------------

             Summary: Consider using UncheckdIOException instead of IOException in the log layer
                 Key: KAFKA-14490
                 URL: https://issues.apache.org/jira/browse/KAFKA-14490
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Ismael Juma


IOException is a checked exception, which makes it difficult to use with lambdas. We should consider using UncheckdIOException instead.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)