Package io.trino.plugin.kafka
Interface KafkaConsumerFactory
-
- All Known Implementing Classes:
DefaultKafkaConsumerFactory,SslKafkaConsumerFactory
public interface KafkaConsumerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Propertiesconfigure(ConnectorSession session)default org.apache.kafka.clients.consumer.KafkaConsumer<byte[],byte[]>create(ConnectorSession session)
-
-
-
Method Detail
-
create
default org.apache.kafka.clients.consumer.KafkaConsumer<byte[],byte[]> create(ConnectorSession session)
-
configure
Properties configure(ConnectorSession session)
-
-