Benchmark vs Flink #342
Replies: 2 comments 3 replies
-
Hi @yuzhichang ! It's not clear to me if the bottleneck is VRL or if it is reading or writing to Kafka. I'd suggest swapping out the Is Vector actually using all 7 vCPUs? Or does that mean you just gave it access to that many CPUs? How are you measuring CPU usage? |
Beta Was this translation helpful? Give feedback.
-
@pront Please see the embeded reply.
|
Beta Was this translation helpful? Give feedback.
-
I'm evaluating if Vector remap perform better than Flink on ordinary fields extracting/renaming of JSON record.
Kafka cluster consists of 3 node on seperate machines.
Soure and sink topics are all 3-partitions.
Vector version: 1.31.0, runs on one node of the Kafka cluster.
Flink version: 1.12, runs on other place. I developed the JSON transform in pure Java.
vector top
)My vector config is:
An example source Json record is:
An example sink Json record is:
I'm surprised with the test result. I assumed Vector will win since Vrl is compiled to native code, Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions