Class ConsumerAppConfiguration

java.lang.Object
com.bakdata.kafka.consumer.ConsumerAppConfiguration

public class ConsumerAppConfiguration extends Object
Configuration of a ConsumerApp
  • Constructor Details

    • ConsumerAppConfiguration

      public ConsumerAppConfiguration(ConsumerTopicConfig topics)
      Create a new ConsumerAppConfiguration with no provided uniqueGroupId
      Parameters:
      topics - topics to use for app
    • ConsumerAppConfiguration

      public ConsumerAppConfiguration(@NonNull @NonNull ConsumerTopicConfig topics, String uniqueGroupId)
  • Method Details