From the course: Stream Processing Design Patterns with Kafka Streams

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Streaming analytics: Results review

Streaming analytics: Results review

- [Speaker] Having reviewed the code for streaming analytics in the previous videos let's now execute the code and review the results. Let's run the streaming analytics code now. We see the topology of the streaming analytics pipeline printer. As discussed earlier, there are three threads running now. The first threat is the orders stream generator that is generating dummy events and sending to CAFCA. It is printing messages in purple. We can see these messages as the generation happens. Then there is MariaDB tracker that is printing summaries every five seconds from data in the database. It prints its logs in blue. It starts off with zero but as the processing goes on we will see that these numbers are continuously increasing. The mainstreaming analytics thread is printing messages in black. We now see that the messages generated by the audit generator are being received by the streaming analytics thread. We can see…

Contents