Maximum number of producers per topic per broker

2016-07-21 Thread Nazario Parsacala
Kafka Users, Are there any settings that limits the number of producers per topic per broker ..? I am experimenting with a single broker with around 500 producers and this works fine .. but increasing this further to 600 , 700 producers and suddenly the kafka broker stops functioning .. CPU uti

Re: Kafka SSL Configuration Problems

2016-02-01 Thread Nazario Parsacala
rs anymore. Yes, it's bit confusing given how the configs > evolved over time. > > I have configured several clusters to use SSL by setting listeners > exclusively. It works, trust me. :) > > Ismael > On 1 Feb 2016 19:57, "Nazario Parsacala" wrote: > >>

Re: Kafka SSL Configuration Problems

2016-02-01 Thread Nazario Parsacala
ils) The only way I have been able to do this, is setting both. > On Feb 1, 2016, at 2:54 PM, Ismael Juma wrote: > > On Mon, Feb 1, 2016 at 7:15 PM, Nazario Parsacala > wrote: > >> So it looks like you need both listeners and advertised.listeners ..? >> &

Re: Kafka SSL Configuration Problems

2016-02-01 Thread Nazario Parsacala
So it looks like you need both listeners and advertised.listeners ..? When I set both configs .. It finally worked. Maybe we can update the docs ..? > On Feb 1, 2016, at 1:59 PM, Nazario Parsacala wrote: > > So I made the port 9092 but SSL. But it seems like it is just openni

Re: Kafka SSL Configuration Problems

2016-02-01 Thread Nazario Parsacala
n code: 0 (ok) --- > On Feb 1, 2016, at 1:39 PM, Nazario Parsacala wrote: > > Hmm. So I removed port 9092 and just use port 9093. So no PLAINTEXT just SSL > > advertised.listeners=SSL://reactor.us.cixsoft.net:9093 > > > Cleared Zookeeper and Kafka store and restart .. >

Re: Kafka SSL Configuration Problems

2016-02-01 Thread Nazario Parsacala
eceiving any data > > > > >> On Feb 1, 2016, at 12:15 PM, Ismael Juma wrote: >> >> Please use advertised.listeners instead of advertised.host.name. See this >> comment: >> >> https://github.com/apache/kafka/pull/793#issuecomment-174287124 >> &

Re: Kafka SSL Configuration Problems

2016-02-01 Thread Nazario Parsacala
TCP servername:9092 (LISTEN) Why ..? > On Feb 1, 2016, at 1:16 PM, Nazario Parsacala wrote: > > No juice. > > /kafka-topics.sh --describe --topic anotherone --zookeeper localhost:2181 > Topic:anotherone PartitionCount:4ReplicationFactor:1 Configs: &

Re: Kafka SSL Configuration Problems

2016-02-01 Thread Nazario Parsacala
Callback) > > > Consumer is connecting too but not receiving any data > > > > >> On Feb 1, 2016, at 12:15 PM, Ismael Juma wrote: >> >> Please use advertised.listeners instead of advertised.host.name. See this >> comment: >> >> https://g

Re: Kafka SSL Configuration Problems

2016-02-01 Thread Nazario Parsacala
y data > On Feb 1, 2016, at 12:15 PM, Ismael Juma wrote: > > Please use advertised.listeners instead of advertised.host.name. See this > comment: > > https://github.com/apache/kafka/pull/793#issuecomment-174287124 > > Ismael > > On Mon, Feb 1, 2016 at 4:44 PM,

Kafka SSL Configuration Problems

2016-02-01 Thread Nazario Parsacala
Hi, We were using kafka for a while now. We have been using the binary release 2.10-0.8.2.1 . But we have been needing a encrypted communication between our publishers and subscribers. So we got 2.10-0.9.0.0. This works very well with no SSL enabled. But currently have issues with SSL enabled.