Hi Experts,
Trying to do POC on filepolling.
Have created the filepolling port.
Could see that the service is getting invoked but was getting error “stream is required input” as the first service is pub.io.stringtoBytes.
Where i have taken the object type as the input of the main flow service.
Passing this object type to stream(input) of the pub.io.stringtoBytes.
What could be the reason of it.
Also,if we are placing the file in the monitoring directory, how the values will be mapped to the object type(input) of main flow service.So that further it can be mapped to stream(input) of the pub.io.stringtoBytes.
Kindly advise.
Thanks in advance