An open API service indexing awesome lists of open source software.

https://github.com/neuw84/structured-streaming-avro-demo

Spark 3.0.0 Structured Streaming Kafka Avro Demo
https://github.com/neuw84/structured-streaming-avro-demo

java spark spark-streaming structured-streaming

Last synced: about 1 year ago
JSON representation

Spark 3.0.0 Structured Streaming Kafka Avro Demo

Awesome Lists containing this project

README

          

# structured-streaming-avro-demo

Spark 3.0.0 Structured Streaming Kafka Avro demo using the new Avro Datasource.

## Requirements

* Kafka: 2.0
* Java 8
* Maven

## Usage

Configure kafka hosts and execute both the ```GeneratorDemo``` and the ```StructuredDemo``` classes.