Skip to main content
Run the following command to run the Spring Boot application for the Consumer.
The consumer application will start and print any events it has not yet consumed and then wait for more events to arrive. On startup of the consumer, you should see output resembling this:
Rerun the producer to see more events, or feel free to modify the code as necessary to create more or different events. Once you are done, enter Ctrl-C to terminate the consumer application.