behavior of two live brokers with the same id?

2016-02-04 Thread Carlo Cabanilla
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

Re: python brond - brod.base.OffsetOutOfRange: Code: 1

2014-03-03 Thread Carlo Cabanilla
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