Package io.trino.plugin.kafka
Class DefaultKafkaAdminFactory
- java.lang.Object
-
- io.trino.plugin.kafka.DefaultKafkaAdminFactory
-
- All Implemented Interfaces:
KafkaAdminFactory
public class DefaultKafkaAdminFactory extends Object implements KafkaAdminFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultKafkaAdminFactory(KafkaConfig kafkaConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propertiesconfigure(ConnectorSession session)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.plugin.kafka.KafkaAdminFactory
create
-
-
-
-
Constructor Detail
-
DefaultKafkaAdminFactory
@Inject public DefaultKafkaAdminFactory(KafkaConfig kafkaConfig) throws Exception
- Throws:
Exception
-
-
Method Detail
-
configure
public Properties configure(ConnectorSession session)
- Specified by:
configurein interfaceKafkaAdminFactory
-
-