Class MetadataRepoBasedTopicExistingCheckerImpl
- java.lang.Object
-
- com.linkedin.davinci.kafka.consumer.MetadataRepoBasedTopicExistingCheckerImpl
-
- All Implemented Interfaces:
TopicExistenceChecker
public class MetadataRepoBasedTopicExistingCheckerImpl extends java.lang.Object implements TopicExistenceChecker
-
-
Constructor Summary
Constructors Constructor Description MetadataRepoBasedTopicExistingCheckerImpl(ReadOnlyStoreRepository readOnlyStoreRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkTopicExists(java.lang.String topic)
-
-
-
Constructor Detail
-
MetadataRepoBasedTopicExistingCheckerImpl
public MetadataRepoBasedTopicExistingCheckerImpl(ReadOnlyStoreRepository readOnlyStoreRepository)
-
-
Method Detail
-
checkTopicExists
public boolean checkTopicExists(java.lang.String topic)
- Specified by:
checkTopicExists
in interfaceTopicExistenceChecker
-
-