Class InternalFixedKeyRecordFactory
java.lang.Object
org.apache.kafka.streams.processor.api.InternalFixedKeyRecordFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic <KIn,VIn> FixedKeyRecord<KIn, VIn> Only allowed way to createFixedKeyRecords.
-
Method Details
-
create
Only allowed way to createFixedKeyRecords. DO NOT USE THIS FACTORY OUTSIDE THE FRAMEWORK. This could produce undesired results by not partitioning record properly.- See Also:
-