abhilashmandaliya opened a new pull request #6263: [IO] updated aerospike-java-client version and fixed NPE URL: https://github.com/apache/pulsar/pull/6263 ### Motivation You need to pass Eventloop to the client policy as at the time of creating the Cluster object, the constructor extracts Eventloop from the ClientPolicy. It was not being set previously which was causing NullPointerException in com.aerospike.client.async.NioCommand#NioCommand ### Modifications *Describe the modifications you've done.* Updated: 1) pulsar-io/aerospike/src/main/java/org/apache/pulsar/io/aerospike/AerospikeAbstractSink.java 2) Project's parent pom.xml for Aerospike Java Client version ### 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
