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 want to to stream simple json data using Apache Beam programmatically (Java).
{"UserID":"1","Address":"XXX","ClassNo":"989","UserName":"Stella","ClassType":"YYY"}
Can someone please guide me or direct me with an example link?