Hello,
How does a kafka cluster behave if there are two live brokers with the same
broker id, particularly if that broker is a leader? Is it deterministic
that the older one wins? Magical master-master replication between the two?
.Carlo
Datadog
It means that the offset you're requesting doesn't exist. Since you're
asking for offset 0, it's likely that that offset has already been expired
and you'll need to ask for a later offset. You can make an offsets request
using the EARLIEST_OFFSET constant to get the earliest offset that still
exist