I am analyzing Apache Beam stream processing of data. I have worked on Apache Kafka stream processing (Producer, Consumer etc). I want to compare it with Beam now.
I wan
There are multiple aspects of this:
then you may need to transform the data:
you may also take a look at examples folder in Beam source;