Hi, We are using Nifi to listen the UDP packets. However, we also have to send UDP packets as a response back to the calling sender IP and port using the same receiver port used in NiFi ListenUDP processor We are looking to write a custom processor to send UDP packets back. To do this, we need the handle of the Datagram socket which is used in ListenUDP.
Please help us with some code snapshots to use the same datagram socket object in our custom processor. Thanks and Regards, Atul Saroha