You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/08/17 00:06:25 UTC

[servicecomb-pack] 04/05: SCB-1442 add kafka numPartitions replicationFactor doc

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit 8adb63ae587304d86272d3f223c419bf3c2a24a2
Author: CMonkey <42...@gmail.com>
AuthorDate: Fri Aug 16 15:59:03 2019 +0800

    SCB-1442 add kafka numPartitions  replicationFactor doc
---
 alpha/alpha-fsm-channel-kafka/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alpha/alpha-fsm-channel-kafka/README.md b/alpha/alpha-fsm-channel-kafka/README.md
index e632f8b..094bbfe 100644
--- a/alpha/alpha-fsm-channel-kafka/README.md
+++ b/alpha/alpha-fsm-channel-kafka/README.md
@@ -22,4 +22,7 @@ spring.kafka.consumer.enable.auto.commit = consumer enable auto commit, default
 spring.kafka.consumer.auto.commit.interval.ms = consumer auto commit interval ms, default 100
 spring.kafka.listener.ackMode = consumer listener ack mode , default AckMode.MANUAL_IMMEDIATE
 spring.kafka.listener.pollTimeout = consumer listener pool timeout, default 1500 ms
+
+kafka.numPartitions = kafka topic partitions, default 6
+kafka.replicationFactor = kafka topic replication, default 1
 ```