File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -364,8 +364,8 @@ KafkaConsumer.prototype.unsubscribe = function() {
364
364
* Read a number of messages from a specific topic and partition.
365
365
*
366
366
* Can be useful if the consume performance differs per partition. Consuming
367
- * per partition could prevent slow performance on one partition to effect the
368
- * consumption of other partitions.
367
+ * per partition could prevent slow performance on one partition from affecting
368
+ * the consumption of other partitions.
369
369
*
370
370
* To select the right partition it is required to set a topic param, because a
371
371
* consumer can be subscribed to multiple topics.
Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ void KafkaConsumerConsumeLoop::HandleErrorCallback() {
783
783
}
784
784
785
785
/* *
786
- * @brief KafkaConsumer get messages worker.
786
+ * @brief KafkaConsumer get messages per partition worker.
787
787
*
788
788
* This callback will get a number of messages from a specific partition.
789
789
* Can be of use in streams or places where you don't want an infinite
You can’t perform that action at this time.
0 commit comments