Interface IngestionJobProto.SpecsStreamingUpdateConfigOrBuilder

    • Method Detail

      • hasSource

        boolean hasSource()
         out-channel for publishing new FeatureSetSpecs (by Core).
         IngestionJob use it as source of existing FeatureSetSpecs and new real-time updates
         
        .feast.core.KafkaSourceConfig source = 1;
        Returns:
        Whether the source field is set.
      • getSource

        SourceProto.KafkaSourceConfig getSource()
         out-channel for publishing new FeatureSetSpecs (by Core).
         IngestionJob use it as source of existing FeatureSetSpecs and new real-time updates
         
        .feast.core.KafkaSourceConfig source = 1;
        Returns:
        The source.
      • getSourceOrBuilder

        SourceProto.KafkaSourceConfigOrBuilder getSourceOrBuilder()
         out-channel for publishing new FeatureSetSpecs (by Core).
         IngestionJob use it as source of existing FeatureSetSpecs and new real-time updates
         
        .feast.core.KafkaSourceConfig source = 1;
      • hasAck

        boolean hasAck()
         ack-channel for sending acknowledgments when new FeatureSetSpecs is installed in Job
         
        .feast.core.KafkaSourceConfig ack = 2;
        Returns:
        Whether the ack field is set.
      • getAck

        SourceProto.KafkaSourceConfig getAck()
         ack-channel for sending acknowledgments when new FeatureSetSpecs is installed in Job
         
        .feast.core.KafkaSourceConfig ack = 2;
        Returns:
        The ack.
      • getAckOrBuilder

        SourceProto.KafkaSourceConfigOrBuilder getAckOrBuilder()
         ack-channel for sending acknowledgments when new FeatureSetSpecs is installed in Job
         
        .feast.core.KafkaSourceConfig ack = 2;