Description Usage Arguments Value
encode avro
1 | stream_write_kafka_avro(kafka.bootstrap.servers=kafkaUrl, schema.registry.topic="output", schema.registry.url=schemaRegistryUrl)
|
x |
spark stream |
kafka.bootstrap.servers |
kafka brokers url |
schema.registry.topic, |
A character, topic name |
schemaRegistryUrl |
confluent schema registry url |
mode |
Specifies how data is written to a streaming sink. Valid values are
|
trigger |
The trigger for the stream query, defaults to micro-batches runnnig
every 5 seconds. See |
checkpoint |
The location where the system will write all the checkpoint information to guarantee end-to-end fault-tolerance. |
key.schema.naming.strategy |
key schema naming strategy |
value.schema.naming.strategy |
value schema naming strategy |
schema.namespace |
schema namespace |
key cols |
columns part of the key |
options |
options for stream_read_kafka |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.