You could use Ignite’s Kafka adapter — it does both. To do it “manually” you’d use a continuous query or events to listen to changes. A data streamer or just simple puts depending on the volume to insert into the remote cluster. The data is balanced by virtue of the key; you don’t need to do anything special.
> On 14 Oct 2020, at 12:35, steve.hostettler <[email protected]> wrote: > > Thanks a lot for your answer, > > So you would use a kafka for instance and then how to push the data? Using a > data streamer to balance the data on the right nodes of the second cluster? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
