> ## 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

Execute the compiled producer binary in order to produce messages to the `purchases` topic.

```bash theme={null}
./out/producer
```

You should see output resembling this:

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