| 接口 | 说明 |
|---|---|
| KafkaRowConverter<K,V> |
Interface to handle formatting between Kafka message and Calcite row.
|
| 类 | 说明 |
|---|---|
| KafkaMessageEnumerator<K,V> |
Enumerator to read data from
Consumer,
and converted into SQL rows with KafkaRowConverter. |
| KafkaRowConverterImpl |
Default implementation of
KafkaRowConverter, both key and value are byte[]. |
| KafkaStreamTable |
A table that maps to an Apache Kafka topic.
|
| KafkaTableFactory |
Implementation of
TableFactory for Apache Kafka. |
| KafkaTableOptions |
Available options for
KafkaStreamTable. |
One Kafka topic is mapping to one STREAM table.
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.