atoti_kafka.KafkaStream(Consume a Kafka topic and stream its records in the table. The records’ key deserializer default to StringDeserializer. The records’ message must be a JSON object with columns’ name as keys.
bootstrap_server: str,
topic: str,
group_id: str,
*,
batch_duration: timedelta =datetime.timedelta(seconds=1),
consumer_config: Mapping[str, str] =frozendict({}),
)
See also:
The other
DataStream implementations.Attributes
bootstrap_server
host[:port] that the consumer should contact to bootstrap initial cluster metadata.