You should not use try-with-resources block, because it implicitly closes the
streamer at the end, but you want to keep it opened. Simply remove the 'try
(...) {}' from the code and it should work.-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Need-help-with-Ignite-KafkaStreamer-tp5186p5303.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
