Package com.bakdata.kafka.consumer
Class ConsumerAppConfiguration
java.lang.Object
com.bakdata.kafka.consumer.ConsumerAppConfiguration
Configuration of a
ConsumerApp-
Constructor Summary
ConstructorsConstructorDescriptionConsumerAppConfiguration(@NonNull ConsumerTopicConfig topics, String uniqueGroupId) Create a newConsumerAppConfigurationwith no provideduniqueGroupId -
Method Summary
-
Constructor Details
-
ConsumerAppConfiguration
Create a newConsumerAppConfigurationwith no provideduniqueGroupId- Parameters:
topics- topics to use for app
-
ConsumerAppConfiguration
-
-
Method Details
-
getUniqueGroupId
Get the provided unique group ID. If user did not provide a unique group ID, this will return empty.- Returns:
- provided unique group ID
- See Also:
-
getTopics
-