|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
-Package kafka provides client libraries for the Kafka 0.8 protocol. The Client, Producer and Consumer objects are the core of the high-level API. The Broker and Request/Response objects permit more precise control.
|
|
|
+Package sarama provides client libraries for the Kafka 0.8 protocol. The Client, Producer and Consumer objects are the core of the high-level API. The Broker and Request/Response objects permit more precise control.
|
|
|
|
|
|
The Request/Response objects and properties are mostly undocumented, as they line up exactly with the
|
|
|
protocol fields documented by Kafka at https:
|
|
|
*/
|
|
|
-package kafka
|
|
|
+package sarama
|