The Flume configuration works with a single Redis server.
However, it would not work in a setup with Redis Sentinels.
Possible Solution
Extend the configuration to accept Sentinel options.
The underlying Redis library supports and manages the switching to a master server after a fail-over.
The Flume configuration works with a single Redis server.
However, it would not work in a setup with Redis Sentinels.
Possible Solution
Extend the configuration to accept Sentinel options.
The underlying Redis library supports and manages the switching to a master server after a fail-over.