gradle bootRun --args='--consumer'
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = jsmith value = gift card
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = gift card
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = t-shirts
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = gift card
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = book
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = gift card
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = t-shirts
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = batteries
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = htanaka value = batteries
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = htanaka value = book
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = awalther value = book
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = htanaka value = t-shirts
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = awalther value = alarm clock
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = htanaka value = alarm clock
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = gift card
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = t-shirts
2024-11-16T21:10:53.186-08:00 INFO 23554 --- [yConsumer-0-C-1] examples.Consumer : Consumed event from topic purchases: key = sgarcia value = book
Ctrl-C
to terminate the consumer application.Was this page helpful?