Class InternalFixedKeyRecordFactory

java.lang.Object
org.apache.kafka.streams.processor.api.InternalFixedKeyRecordFactory

public final class InternalFixedKeyRecordFactory extends Object
  • Method Details

    • create

      public static <KIn, VIn> FixedKeyRecord<KIn,VIn> create(Record<KIn,VIn> record)
      Only allowed way to create FixedKeyRecords.

      DO NOT USE THIS FACTORY OUTSIDE THE FRAMEWORK. This could produce undesired results by not partitioning record properly.

      See Also: