Structured Streaming Kafka Read¶
Reads in streaming text from topics in Apache Kafka
Input¶
It does not take any DataFrame as input
Output¶
It reads events from Kafka and creates DataFrame from the resulting rows. This DataFrame is passed to the output Nodes.
Type¶
sparkstreaming
Class¶
fire.nodes.structuredstreaming.NodeStructuredStreamingKafka
Fields¶
Name |
Title |
Description |
|---|---|---|
batchDuration |
Batch Duration in Seconds |
Batch Duration in Seconds |
brokers |
Kafka Brokers |
Kafka Brokers |
group |
Consumer Group |
Consumer Group |
topics |
Kafka Topics |
List of Topics separated by , (comma) |
autoOffsetReset |
auto.offset.reset |
Auto Offset Reset |
enableAutoCommit |
enable.auto.commit |
Enable Auto Commit |
extraOptions |
Extra Options |
|
kafkaParamsKeys |
Params Key/Value Pairs |
More Config Values |
kafkaParamsValues |
Parms Key/Value Pairs |
More Config Values |