AW: Table updates are not consistent when doing a join with a Stream

2023-08-28 Thread Claudia Kesslau
Hi, I'm definitly no expert, but to me it sounds as not all your messages are getting processed by the same consumer. Are you using the key `foo` for partitioning? Is `baz` actually another key or is this mixup in your example and `baz` is another value with key `foo`? Hope you find a solution

AW: KTable updates by non-key field

2021-11-19 Thread Claudia Kesslau
> map -> through. The through method has been deprecated and replaced by repartition. I think there is definitely a way to do this using some "index" topics and the streams API. Hope this helps. Chad On Mon, Nov 15, 2021 at 7:06 AM Claudia Kesslau wrote: > Hi Kafka commun

KTable updates by non-key field

2021-11-15 Thread Claudia Kesslau
seems like quite a common scenario but I could not find any solutions on the internet and all solutions listed here do not seem good ones. Thanks for your feedback. Best, Claudia Kesslau Code Block 1: ___

configure brokers with 2 listeners

2021-07-15 Thread Claudia Kesslau
Hi, I tried to add a second listener to my kafka brokers running in docker like this: listeners=INTERNAL://{{getenv "KAFKA_SERVER_IP"}}:{{getenv "KAFKA_PORT" "9092"}}, EXTERNAL://0.0.0.0:{{getenv "KAFKA_PORT_EXTERNAL" "9096"}} listener.security.protocol.map=INTERNAL:PLAINTEXT,EXTERNAL:PLAINTEXT

AW: kafka per topic metrics

2020-07-15 Thread Claudia Kesslau
Hi, I use https://github.com/prometheus/jmx_exporter for collecting broker metrics and integrating them into prometheus. Hope this helps. Greetings, Claudia -Ursprüngliche Nachricht- Von: Pushkar Deole Gesendet: Mittwoch, 15. Juli 2020 09:07 An: users@kafka.apache.org Betreff: Re: kaf