📄️ Counter
The count component counts the number of messages received.
📄️ Duration
The component calculates the duration between the first and last incoming message and prints results as object.
📄️ Logger
Logging is a very important part of the migration process, as it allows for adequate reporting and debugging. The logger component allows you to log messages to the console. Using different types of log messages, you can easily distinguish between different types of messages.
The component prints incoming data into the JSON format.
📄️ Progress
The Progress component allows you to show a progress bar based on the max value of expected messages.