Package io.trino.plugin.kafka
Class DefaultKafkaConsumerFactory
- java.lang.Object
-
- io.trino.plugin.kafka.DefaultKafkaConsumerFactory
-
- All Implemented Interfaces:
KafkaConsumerFactory
public class DefaultKafkaConsumerFactory extends Object implements KafkaConsumerFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultKafkaConsumerFactory(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.KafkaConsumerFactory
create
-
-
-
-
Constructor Detail
-
DefaultKafkaConsumerFactory
@Inject public DefaultKafkaConsumerFactory(KafkaConfig kafkaConfig) throws Exception
- Throws:
Exception
-
-
Method Detail
-
configure
public Properties configure(ConnectorSession session)
- Specified by:
configurein interfaceKafkaConsumerFactory
-
-