You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/04/19 19:52:46 UTC

[GitHub] [skywalking] Superskyyy commented on a diff in pull request #8828: ADD kafka consumers number default = 1,enhance consumption capacity

Superskyyy commented on code in PR #8828:
URL: https://github.com/apache/skywalking/pull/8828#discussion_r853434124


##########
docs/en/setup/backend/configuration-vocabulary.md:
##########
@@ -215,6 +215,7 @@ core|default|role|Option values: `Mixed/Receiver/Aggregator`. **Receiver** mode
 | - | - | groupId | A unique string that identifies the consumer group to which this consumer belongs.| - | skywalking-consumer                                                     |
 | - | - | createTopicIfNotExist | If true, this creates Kafka topic (if it does not already exist). | - | true                                                                    |
 | - | - | partitions | The number of partitions for the topic being created. | SW_KAFKA_FETCHER_PARTITIONS | 3                                                                       |
+| - | - | consumers | The number of consumers create.| SW_KAFKA_FETCHER_CONSUMERS | 1                                                                      |

Review Comment:
   ```suggestion
   | - | - | consumers | The number of consumers to create. | SW_KAFKA_FETCHER_CONSUMERS | 1                                                                      |
   ```



-- 
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: notifications-unsubscribe@skywalking.apache.org

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