Skip to content

Commit

Permalink
changefeed: add constraint to Replication Factor and Partition Number (
Browse files Browse the repository at this point in the history
  • Loading branch information
grovecai authored Feb 26, 2024
1 parent dc4cfe3 commit 3cfbcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidb-cloud/changefeed-sink-to-apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ For example, if your Kafka cluster is in Confluent Cloud, you can see [Resources

8. In the **Topic Configuration** area, configure the following numbers. The changefeed will automatically create the Kafka topics according to the numbers.

- **Replication Factor**: controls how many Kafka servers each Kafka message is replicated to.
- **Partition Number**: controls how many partitions exist in a topic.
- **Replication Factor**: controls how many Kafka servers each Kafka message is replicated to. The valid value ranges from [`min.insync.replicas`](https://kafka.apache.org/33/documentation.html#brokerconfigs_min.insync.replicas) to the number of Kafka brokers.
- **Partition Number**: controls how many partitions exist in a topic. The valid value range is `[1, 10 * the number of Kafka brokers]`.

9. Click **Next**.

Expand Down

0 comments on commit 3cfbcf9

Please sign in to comment.