From f7060a2fbd4411b298570d3a323da38fe4a727d2 Mon Sep 17 00:00:00 2001 From: Brian Stearns Date: Sun, 27 Jun 2021 13:29:11 -0400 Subject: [PATCH 1/2] Vastly improve readme. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5f834442c..22f7a5bba 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Kafka Python client .. image:: https://img.shields.io/badge/license-Apache%202-blue.svg :target: https://github.com/dpkp/kafka-python/blob/master/LICENSE -Python client for the Apache Kafka distributed stream processing system. +A Python client for the Apache Kafka distributed stream processing system. kafka-python is designed to function much like the official java client, with a sprinkling of pythonic interfaces (e.g., consumer iterators). From f3a0331d54185810d7e237d9491e3b2b6de7b1cd Mon Sep 17 00:00:00 2001 From: Brian Stearns Date: Sun, 27 Jun 2021 13:30:06 -0400 Subject: [PATCH 2/2] Baby shark. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 22f7a5bba..4d5476a8b 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,4 @@ +dodododododo Kafka Python client ------------------------