Class KafkaFragment

java.lang.Object
io.aiven.kafka.connect.common.config.KafkaFragment

public final class KafkaFragment extends Object
Defines the configuration for Kafka. This fragment only has the Setter and a few constants for Connectors.
  • Method Details

    • setter

      public static KafkaFragment.Setter setter(Map<String,String> data)
      Get the setter for this fragment.
      Parameters:
      data - The data map for the configuration.
      Returns:
      the Setter.