Interface KafkaDataAddressSchema


public interface KafkaDataAddressSchema
Defines the schema of a DataAddress representing a Kafka endpoint.
  • Field Details

    • KAFKA_TYPE

      static final String KAFKA_TYPE
      The transfer type.
      See Also:
    • NAME

      static final String NAME
      The Kafka stream name.
      See Also:
    • TOPIC

      static final String TOPIC
      The Kafka topic.
      See Also:
    • KAFKA_PROPERTIES_PREFIX

      static final String KAFKA_PROPERTIES_PREFIX
      The prefix for Kafka properties. These properties are passed to the Kafka which is removed. For example, a property named kafka.key.deserializer will be passed to the Kafka client as key.deserializer.
      See Also:
    • BOOTSTRAP_SERVERS

      static final String BOOTSTRAP_SERVERS
      The bootstrap.servers property
      See Also:
    • POLL_DURATION

      static final String POLL_DURATION
      The duration of the consumer polling.

      The value should be a ISO-8601 duration e.g. "PT10S" for 10 seconds. This parameter is optional. Default value is 1s.

      See Also:
    • MAX_DURATION

      static final String MAX_DURATION
      Maximum duration of the stream before it closes.

      The value should be a ISO-8601 duration e.g. "PT10S" for 10 seconds. This parameter is optional. If not provided, then the stream never ends.

      See Also: