Exception: Kafka::NotLeaderForPartition
- Inherits:
-
ProtocolError
- Object
- StandardError
- Error
- ProtocolError
- Kafka::NotLeaderForPartition
- Defined in:
- lib/kafka.rb
Overview
6 This error is thrown if the client attempts to send messages to a replica that is not the leader for some partition. It indicates that the client's metadata is out of date.