Re: Unable to start 1st broker in a 3 node configuration

2018-01-03 Thread Jordan Pilat
starting Kafka have permission to rename the first filename there? Is that device writeable? Is there disk space left on that device? - Jordan Pilat On 2018-01-02 04:18, "M. Manna" wrote: > Hi All, > > Firstly a very Happy New Year! > > I set up my 3 node configuration wh

Re: Dynamic topic subscription without using pattern

2018-01-04 Thread Jordan Pilat
Did you want to subscribe to all topics as they are created, or to exclude some of them? If the latter, is there a pattern in the names of the topics you wish to exclude? - Jordan Pilat On 2018-01-03 23:39, chintan mavawala wrote: > Hi, > > We have a use case where we need to st

Unclean Leader Election Expected Behavior

2018-06-27 Thread Jordan Pilat
log will be truncated to Broker1's offset, which will start from scratch due to the hard drive loss) Is there a procedure in such a case, to force-elect Broker2 the leader, and thus only lose 10 messages? Thanks! - Jordan Pilat

Re: Unclean Leader Election Expected Behavior

2018-06-28 Thread Jordan Pilat
ct. > > http://kafka.apache.org/documentation/#topicconfigs > > On Thu, Jun 28, 2018 at 2:27 AM Jordan Pilat wrote: > > > Heya, > > > > I had a question about what behavior to expect from a particular > > scenario. Given: > > A. Unclean leader elections are di

Unexpected behavior of log.message.format.version

2020-06-15 Thread Jordan Pilat
Heya, I am on a Kafka 1.1.1 cluster, with inter.broker.protocol.version=1.1, but log.message.format.version=0.9.0 (magic v0) I am planning out an upgrade of log.message.format.version, and in doing so, running some tests locally, and have a couple questions: The behavior I see is, when an updat