Class KafkaTestSupport

java.lang.Object
org.apache.camel.quarkus.test.support.kafka.KafkaTestSupport

public final class KafkaTestSupport extends Object
  • Constructor Details

    • KafkaTestSupport

      public KafkaTestSupport()
  • Method Details

    • getBootstrapServers

      public static String getBootstrapServers()
    • getKafkaConfigValue

      public static String getKafkaConfigValue(String key)
    • setKafkaConfigProperty

      public static void setKafkaConfigProperty(Properties props, String key)
    • setKafkaConfigFromProperty

      public static void setKafkaConfigFromProperty(Properties props, String key, String valueKey)