Search Your Question...!

Showing posts with label Kafka. Show all posts
Showing posts with label Kafka. Show all posts

Kafka MCQ's

1. A hashing-based Partitioner takes ___ and generates a hash to locate which partition the message should go

   View Answer   

   Partition Key



2. Banking industry can leverage Kafka Streams for detecting fraudulent transactions.

   View Answer   

   True



3. Which messaging semantics do Kafka use to handle failure to any broker in cluster?

   View Answer   

   acks



4. Kafka only provides a total order over records within a partition, not between different partitions in a topic.

   View Answer   

   True



5. The only metadata retained on a per-consumer basis is the position of the consumer in the log, called :

   View Answer   

   Offset