Force producer topic metadata refresh.

2016-10-12 Thread Alexandru Ionita
Hello kafka users!! I'm trying implement/use a mechanism to make a Kafka producer imperatively update its topic metadata for a particular topic. Here is the use case: we are adding partitions on topics programmatically because we want to very strictly control how messages are published to

Re: Force producer topic metadata refresh.

2016-10-12 Thread Alexandru Ionita
ave similar setting "metadata.max.age.ms" in new producer api. > Its default value is 300sec. > > On Wed, Oct 12, 2016 at 3:04 PM, Alexandru Ionita < > alexandru.ion...@gmail.com> wrote: > > > Hello kafka users!! > > > > I'm trying implement/use a mechanism t

Re: Need help determining consumer group offsets

2017-03-23 Thread Alexandru Ionita
Hi Greg!! Are you using offset auto commit or do you commit manually? 2017-03-22 22:21 GMT+01:00 Greg Lloyd : > I have a 0.8.2.2 cluster which has been configured > with offsets.storage=kafka. We are experiencing some issues after a few > nodes went down and wrong nodes were

Re: poor producing performance with very low CPU utilization?

2019-10-03 Thread Alexandru Ionita
This might help. Try to replicate the configuration this guy is using for benchmarking kafka. https://engineering.linkedin.com/kafka/benchmarking-apache-kafka-2-million-writes-second-three-cheap-machines Am Do., 3. Okt. 2019 um 22:45 Uhr schrieb Eric Owhadi : > There is a key piece of