Tune Enrichment Kafka Partitions
The first enrichment variable that should be determined is the minimum number of Kafka partitions required.
Use the following formula to determine the minimum number of Kafka partitions for
the enrichment topology
Num Partitions=Max( t/p,t/c)
where
tis the desired throughputpis the maximum throughout using a single producercis the maximum throughput using a single consumer
