0

I am trying to analyze sensor data using Hazelcast jet.For that i need to open a Tcp socket and process the information obtained through it.

akshay
  • 13
  • 6

1 Answers1

0

You can read from sockets in Jet using Socket streamer. Take a look at documentation: http://docs.hazelcast.org/docs/jet/0.4/manual/Vertices_in_the_Library/Sources.html#page_Socket+Streamer

wildnez
  • 1,078
  • 1
  • 6
  • 10