Skip to content

What are the best practices for numaflow in production environments? And performance tuning? #2211

Answered by vigith
qianbeibuzui asked this question in Q&A
Discussion options

You must be logged in to vote
  1. What is the relationship between verticals.sections and scale.min?
    Is it similar to the relationship between Kafka partitions and consumers? Can a consumer group only read one partition?
    Or is it true that vertices. partitions only affect the reading efficiency of inter step buffer by vertices?

partitions is the number of streams between the vertices, larger the partition number, higher the TPS that vertex can take. scale is for the autoscaling, min is minimum number of pods in the vertex, it there can also be scale.max. partition and scale.min are independent, you can increase the min value without increasing the partitions.

  1. The document states: To achieve higher throughput (>10K b…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qianbeibuzui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants