Interface DataSourceProto.DataSource.KafkaOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBootstrapServers()
      Comma separated list of Kafka bootstrap servers.
      com.google.protobuf.ByteString getBootstrapServersBytes()
      Comma separated list of Kafka bootstrap servers.
      DataFormatProto.StreamFormat getMessageFormat()
      Defines the stream data format encoding feature/entity data in Kafka messages.
      DataFormatProto.StreamFormatOrBuilder getMessageFormatOrBuilder()
      Defines the stream data format encoding feature/entity data in Kafka messages.
      String getTopic()
      Kafka topic to collect feature data from.
      com.google.protobuf.ByteString getTopicBytes()
      Kafka topic to collect feature data from.
      boolean hasMessageFormat()
      Defines the stream data format encoding feature/entity data in Kafka messages.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getBootstrapServers

        String getBootstrapServers()
         Comma separated list of Kafka bootstrap servers. Used for feature tables without a defined source host[:port]]
         
        string bootstrap_servers = 1;
        Returns:
        The bootstrapServers.
      • getBootstrapServersBytes

        com.google.protobuf.ByteString getBootstrapServersBytes()
         Comma separated list of Kafka bootstrap servers. Used for feature tables without a defined source host[:port]]
         
        string bootstrap_servers = 1;
        Returns:
        The bytes for bootstrapServers.
      • getTopic

        String getTopic()
         Kafka topic to collect feature data from.
         
        string topic = 2;
        Returns:
        The topic.
      • getTopicBytes

        com.google.protobuf.ByteString getTopicBytes()
         Kafka topic to collect feature data from.
         
        string topic = 2;
        Returns:
        The bytes for topic.
      • hasMessageFormat

        boolean hasMessageFormat()
         Defines the stream data format encoding feature/entity data in Kafka messages.
         
        .feast.core.StreamFormat message_format = 3;
        Returns:
        Whether the messageFormat field is set.
      • getMessageFormat

        DataFormatProto.StreamFormat getMessageFormat()
         Defines the stream data format encoding feature/entity data in Kafka messages.
         
        .feast.core.StreamFormat message_format = 3;
        Returns:
        The messageFormat.
      • getMessageFormatOrBuilder

        DataFormatProto.StreamFormatOrBuilder getMessageFormatOrBuilder()
         Defines the stream data format encoding feature/entity data in Kafka messages.
         
        .feast.core.StreamFormat message_format = 3;