1.

What are the key Features of Kafka?

Answer»

Kafka provide a RELIABLE delivery for messages from sender to RECEIVER apart from that it has other key features as well.

  • Kafka is designed for achieving high throughput and fault TOLERANT messaging services.
  • Kafka provides build in patriation called as a Topic.
  • Also provide the feature of replication.
  • Kafka provides a queue, which can handle the high volume of data and eventually transfer the MESSAGE from one sender to receiver. 
  • Kafka also persisted the message in the disk along with has ability to replicate the messages across the cluster
  • Kafka work with zookeeper for coordination and synchronization with other services.
  • Kafka has GOOD inbuilt support Apache Spark.

To utilize all this key feature, we need to configure the Kafka cluster properly along with the zookeeper configuration.



Discussion

No Comment Found