Stream data coming to ignite data streamer is of form <String, String> I want to convert this <key, value> type to user defined objects For example, <String, String> ==> <Integer, String> I have read about stream adapter, but there is no example explaining how this can be done. Is there any example for same?(so that data gets added in <Integer, String> format only).
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Convert-stream-data-key-value-tp10033.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
