purchases topic and write the information to the terminal.
Ctrl-C to terminate the consumer application.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
purchases topic and write the information to the terminal.
java -cp build/libs/kafka-java-getting-started-0.0.1.jar io.streamnative.developer.ConsumerExample
Consumed event from topic purchases: key = awalther value = book
Consumed event from topic purchases: key = htanaka value = book
Consumed event from topic purchases: key = sgarcia value = gift card
Consumed event from topic purchases: key = sgarcia value = t-shirts
Consumed event from topic purchases: key = sgarcia value = gift card
Consumed event from topic purchases: key = sgarcia value = book
Consumed event from topic purchases: key = sgarcia value = gift card
Consumed event from topic purchases: key = sgarcia value = t-shirts
Consumed event from topic purchases: key = sgarcia value = batteries
Consumed event from topic purchases: key = htanaka value = batteries
Consumed event from topic purchases: key = htanaka value = book
Consumed event from topic purchases: key = awalther value = book
Consumed event from topic purchases: key = htanaka value = t-shirts
Consumed event from topic purchases: key = awalther value = alarm clock
Consumed event from topic purchases: key = htanaka value = alarm clock
Consumed event from topic purchases: key = sgarcia value = gift card
Consumed event from topic purchases: key = sgarcia value = t-shirts
Consumed event from topic purchases: key = sgarcia value = book
Ctrl-C to terminate the consumer application.Was this page helpful?