Package org.apache.calcite.adapter.kafka
package org.apache.calcite.adapter.kafka
Kafka query provider.
One Kafka topic is mapping to one STREAM table.
-
ClassDescriptionEnumerator to read data from
Consumer, and converted into SQL rows withKafkaRowConverter.KafkaRowConverter<K,V> Interface to handle formatting between Kafka message and Calcite row.Default implementation ofKafkaRowConverter, both key and value are byte[].A table that maps to an Apache Kafka topic.Implementation ofTableFactoryfor Apache Kafka.Available options forKafkaStreamTable.