Q&A
Ask and answer questions to make information more available to wider audiences.
Trace Cause @causetrace   11, Jul 2023 12:00 AM
features of Kafka
What are the key features of Kafka?
answers 2
 
Answer 1
Vanessa Lucas @lucasvanessa8   13, Jul 2023 05:18 PM
* 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.

 
Answer 2
Corey Aniston @anistoncorey   13, Jul 2023 04:23 PM
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.

 Provides the feature of replication.