Class CompressionFragment

java.lang.Object
io.aiven.kafka.connect.common.config.ConfigFragment
io.aiven.kafka.connect.common.config.CompressionFragment

public final class CompressionFragment extends ConfigFragment
The configuration fragment that defines the compression characteristics.
  • Constructor Details

    • CompressionFragment

      public CompressionFragment(org.apache.kafka.common.config.AbstractConfig cfg)
      Constructor.
      Parameters:
      cfg - the configuration to resolve requests against.
  • Method Details

    • update

      public static org.apache.kafka.common.config.ConfigDef update(org.apache.kafka.common.config.ConfigDef configDef, CompressionType defaultCompressionType)
      Adds the configuration options for compression to the configuration definition.
      Parameters:
      configDef - the Configuration definition.
      defaultCompressionType - the default compression type. If null, CompressionType.NONE will be configured.
      Returns:
      the update configuration definition
    • getCompressionType

      public CompressionType getCompressionType()
      Retrieves the defined compression type.
      Returns:
      the defined compression type or CompressionType.NONE if there is no defined compression type.