Willem van Bergen 11 lat temu
rodzic
commit
09e04037d5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      sarama.go

+ 1 - 1
sarama.go

@@ -1,5 +1,5 @@
 /*
 /*
-Package sarama provides client libraries for the Kafka 0.8 protocol. The Producer object is the high-level
+Package sarama provides client libraries for the Kafka 0.8 protocol. The AsyncProducer object is the high-level
 API for producing messages asynchronously; the SyncProducer provides a blocking API for the same purpose.
 API for producing messages asynchronously; the SyncProducer provides a blocking API for the same purpose.
 The Consumer object is the high-level API for consuming messages. The Client object provides metadata
 The Consumer object is the high-level API for consuming messages. The Client object provides metadata
 management functionality that is shared between the higher-level objects.
 management functionality that is shared between the higher-level objects.