junrao commented on code in PR #12115:
URL: https://github.com/apache/kafka/pull/12115#discussion_r887335919


##########
README.md:
##########
@@ -1,6 +1,9 @@
 Apache Kafka
 =================
-See our [web site](https://kafka.apache.org) for details on the project.
+
+Kafka is a distributed system consisting of servers and clients that 
communicate via a high-performance [TCP network 
protocol](https://kafka.apache.org/protocol.html). It can be deployed on 
bare-metal hardware, virtual machines, and containers in on-premise as well as 
cloud environments. Kafka allows you to write distributed applications and 
microservices that read, write, and process streams of events in parallel, at 
scale, and in a fault-tolerant manner even in the case of network problems or 
machine failures.

Review Comment:
   Kafka is a distributed system => Kafka is a distributed event streaming 
system ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to