Re: Confusingly unbalanced broker

2020-02-07 Thread Harper Henn
Hi, Do you track these metrics with JMX and can you see if there are any differences between your brokers? - Number of client requests (fetch, consume, and follower) per second per broker - Message in rate per second per broker Is your 80mB/sec rate the outgoing traffic for the entire server and

Confusingly unbalanced broker

2020-02-07 Thread Dylan Martin
Hi all! I have a cluster of about 20 brokers and one of them is transmitting about 4 times as much data as the others (80mB/sec vs 20mB/sec). It has the roughly the same number of topics & partitions and it's the leader for the same number as all the other brokers. The kafka-manager web tool

Re: connect to bitnami kafka cluster from djang app-engine

2020-02-07 Thread Marcus Engene
On 2020-02-07 16:16, Robin Moffatt wrote: The error you get puts you on the right lines: Is your advertised.listeners (called advertised.host.name before Kafka 9) correct and resolvable? This article explains why and how to fix it: https://rmoff.net/2018/08/02/kafka-listeners-explained/

Re: connect to bitnami kafka cluster from djang app-engine

2020-02-07 Thread Robin Moffatt
The error you get puts you on the right lines: > Is your advertised.listeners (called advertised.host.name before Kafka 9) correct and resolvable? This article explains why and how to fix it: https://rmoff.net/2018/08/02/kafka-listeners-explained/ -- Robin Moffatt | Senior Developer Advocate

connect to bitnami kafka cluster from djang app-engine

2020-02-07 Thread Marcus Engene
Hi, I tried to use kafka-python 1.4.7 to connect to a bitnami kafka cluster using private ip the brokers. This works great from another Compute Instance. When i try the same code from django on app-engine (that is setup to be able to use stuff on Compute, f,ex some locally installed Redis),

Re: Mistake in official documentation ?

2020-02-07 Thread Fares Oueslati
That’s exactly what I saw indeed. Thanks ! Fares Le jeu. 6 févr. 2020 à 18:18, Guozhang Wang a écrit : > Hello Fares, > > I remember there's a JIRA ticket for this part, is that what you saw as > well? https://issues.apache.org/jira/browse/KAFKA-9304 > > > Guozhang > > On Thu, Feb 6, 2020 at 8: