November 2018
Beginner to intermediate
260 pages
6h 12m
English
Apache Ignite integrates with major stream providers, including the following:
In this section, we are going to understand data streaming using a data streamer and some of the major stream providers.
The addData (Object, Object) method of IgniteDataStreamer adds data for streaming on a remote node. IgniteDataStreamer is responsible for streaming external data to a cache. The streamer doesn't send the streamed data to in-memory data grids immediately, instead buffering internally for better performance and network utilization. The perNodeBufferSize
(int) method allows us to pre-configure the ...
Read now
Unlock full access