Class KafkaConnection

java.lang.Object
io.github.microcks.testcontainers.connection.KafkaConnection

public class KafkaConnection extends Object
A simple bean representing a Kafka broker connection settings.
Author:
laurent
  • Constructor Details

    • KafkaConnection

      public KafkaConnection(String bootstrapServers)
      Create a KafkaConnection.
      Parameters:
      bootstrapServers - The bootstrap servers url for Kafka target.
  • Method Details

    • getBootstrapServers

      public String getBootstrapServers()