You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/06/01 22:01:57 UTC

[GitHub] [kafka] junrao commented on a diff in pull request #12115: Update README.md

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-unsubscribe@kafka.apache.org

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