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 createFixedKeyRecord
s.
-
Method Details
-
create
Only allowed way to createFixedKeyRecord
s. DO NOT USE THIS FACTORY OUTSIDE THE FRAMEWORK. This could produce undesired results by not partitioning record properly.- See Also:
-