Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Albert ShauAlbert ShauReporter
Albert ShauAlbert ShauLabels
Triaged
YesComponents
Fix versions
Priority
Major
Details
Details
Assignee
Albert Shau
Albert ShauReporter
Albert Shau
Albert ShauLabels
Triaged
Yes
Components
Fix versions
Priority
Created October 25, 2022 at 9:26 PM
Updated October 25, 2022 at 10:49 PM
Resolved October 25, 2022 at 10:49 PM
The new state management version of the Kafka source is an order of magnitude slower than the previous implementation.
On closer examination, this is because it is creating the RecordTransform for each record, whereas the previous one creates it once per microbatch.