Package io.trino.plugin.kafka
Class SslKafkaConsumerFactory
- java.lang.Object
-
- io.trino.plugin.kafka.SslKafkaConsumerFactory
-
- All Implemented Interfaces:
KafkaConsumerFactory
public class SslKafkaConsumerFactory extends Object implements KafkaConsumerFactory
-
-
Constructor Summary
Constructors Constructor Description SslKafkaConsumerFactory(KafkaConsumerFactory delegate, KafkaSslConfig sslConfig)
-
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
-
SslKafkaConsumerFactory
@Inject public SslKafkaConsumerFactory(KafkaConsumerFactory delegate, KafkaSslConfig sslConfig)
-
-
Method Detail
-
configure
public Properties configure(ConnectorSession session)
- Specified by:
configurein interfaceKafkaConsumerFactory
-
-