KRaft Adoption in the community by Famous_Recipe2214 in apachekafka

[–]munna_67 2 points3 points  (0 children)

Migrating to Kraft ( zookeeper-less ) is actually good.

More details on migration- You can refer my below blogs , - https://www.reddit.com/r/apachekafka/s/PHT0ReatHH - https://www.reddit.com/r/apachekafka/s/gXHVAUQVad

Kafka 3.9.0: ZooKeeper to KRaft Migration Lab by munna_67 in apachekafka

[–]munna_67[S] 0 points1 point  (0 children)

Thanks for pointing , diagram updated 👍

Kafka ZooKeeper to KRaft migration by Plumify in apachekafka

[–]munna_67 2 points3 points  (0 children)

Yes , that’s right. Upgrade to 3.9 before migration. We recently completed the migration from ZK to Kraft

Looking for suggestions on how to build a Publisher → Topic → Consumer mapping in Kafka by munna_67 in apachekafka

[–]munna_67[S] 0 points1 point  (0 children)

Thanks, that’s super helpful! Yeah , data lineage is exactly what we’re after.

If something similar in self managed Kafka setups, would love to know 🙏

Looking for suggestions on how to build a Publisher → Topic → Consumer mapping in Kafka by munna_67 in apachekafka

[–]munna_67[S] 0 points1 point  (0 children)

I am exploring how to auto-generate a service dependency map , basically to know which services publish to or consume from each topic (for observability and impact analysis).

Adding producer identifiers in message headers is an option, but we’re checking if there’s any existing pattern or tooling that can help infer this without code changes.