We have a realtime analysis system setup using a Kafka 7 cluster to queue incoming data, but occasionally have a need to take one of the nodes offline. Is there a method to set a broker to be read-only so that we can drain unprocessed data from it prior to shutting it down?
- Adam