return true if coordinator.seek_offset.nil?
              # Ignore earlier offsets than the one we already committed
              return true if coordinator.seek_offset > message.offset
              return false if revoked?