DimuthuWeerathunga opened a new pull request, #3189: URL: https://github.com/apache/incubator-eventmesh/pull/3189
Fixes #3170. ### Motivation Hi i'am new to opensource hoping to contribute to projects i find interesting... Checks and throws for NPE before sending null to as an argument to the function. ### Modifications located at: eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/producer/ProducerImpl.java line 84:53 Added the null pointer check so that it throws before sending the null as an argument. ### Documentation - Does this pull request introduce a new feature? (no) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
