Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
This test is a false positive. The code is throwing a NPE here: https://github.com/apache/camel/blob/main/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java#L247
But because it tests for the Exception.class the test pass. It should test for the ApiException.
Attachments
Issue Links
- links to