TechGry

Kafka

Showing 11 items tagged with "Kafka"

Blog Posts

BLOG

How to access Spring Beans from Non-Spring managed classes and pojos ? How to make an API call only when required ? How to avoid making too many API calls ? How to make an API call only when required for every kafka message ? How to make sure your application is performant when using 3rd party REST API calls ?

By Vishnu Sunkari

BLOG

Kafka Consumers. Consumers read data from a topic. Consumers know which broker to read from. Each consumer within a group reads from exclusive partitions. What if too many Consumers?

By Vishnu Sunkari

BLOG

Kafka Brokers and Topics. Concept of Leader for a Partition. At any time only ONE broker can be a leader for a given partition. Example of brokers and partition. Concept of Leader for a partition

By Vishnu Sunkari