Skip to content

Reading avro messages from kafka with beam consumer and writing back to Kafka using beam producer.

License

Notifications You must be signed in to change notification settings

bmv126/beam-playground-with-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beam-playground-with-kafka Build Status

Reading avro messages from kafka with beam consumer and writing back to Kafka using kafka producer.

A simple Beam Pipeline to show how the data can be read from kafka topic and written back to kafka topic.

Below flow depicts the transformations applied:

KafkaIORead ---> Pardo (Convert GenericRecord to Row ) ---> Pardo (Convert Row to GenericRecord ) ---> KafkaIoWrite

This example is mainly used to show, how records can be converted from one format to another (GenericRecord <--> Row). To keep it simple, same avro schema is used at both source and sink.

About

Reading avro messages from kafka with beam consumer and writing back to Kafka using beam producer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages