Top "Spring-xd" questions

Spring XD is a unified, distributed, and extensible system for data ingestion, real time analytics, batch processing, and data export.

Spring Batch - Read files from Aws S3

I am trying to read files from AWS S3 and process it with Spring Batch: Can a Spring Itemreader process …

java spring amazon-s3 spring-xd
sending TCP message via command line on macosx

For testing purposes I am sending tcp messages to a local server as follows: echo -e "some message" | netcat localhost 1234 …

sockets command-line tcp spring-xd