Hi All, I have two questions regarding loading data with the streamer, with non ignite client.
1) Is there a REST/HTTP counterpart for the TCP socket streamer, meaning the client sending the data to the streamer via HTTP POST? 2) I am trying to play with ignite's TCP socket streamer example, but the client node stops with the message "Ignite node stopped" -- It hits the finally clause after the socket streamer is started. Any idea what could be wrong? https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/streaming/wordcount/socket/WordsSocketStreamerServer.java thanks.
