If you do not have a Kafka cluster and/or topic already, follow these
steps to create one.
UPSTASH_KAFKA_REST_URL, UPSTASH_KAFKA_REST_USERNAME and
UPSTASH_KAFKA_REST_PASSWORD using the copy icons next to them.
We will use a Node.js sample code to show how to fetch messages using the REST
API. Our sample will use a topic named cities and fetch previously produced
city names from this topic without using Kafka consumer groups.
Replace following parameters in the code snippets below with your actual values.
0th partition of the topic starting
from 1st offset and print the fetched messages and their offsets to the
console: