> ## Documentation Index
> Fetch the complete documentation index at: https://docs.streamnative.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Produce Messages

Run the producer by executing the following command:

```bash theme={null}
node producer.js
```

You should see output resembling this:

```bash theme={null}
Produced event to topic purchases: key = jsmith     value = alarm clock
Produced event to topic purchases: key = htanaka    value = alarm clock
Produced event to topic purchases: key = sgarcia    value = book
Produced event to topic purchases: key = htanaka    value = batteries
Produced event to topic purchases: key = sgarcia    value = gift card
Produced event to topic purchases: key = jsmith     value = gift card
Produced event to topic purchases: key = sgarcia    value = t-shirts
Produced event to topic purchases: key = awalther   value = alarm clock
Produced event to topic purchases: key = eabara     value = batteries
Produced event to topic purchases: key = jsmith     value = gift card
```
