Stream Basics
This section explains basic concepts related to Macrometa streams.
📄️ Messages
Messages are the basic unit of Macrometa streams. Producers publish messages to streams, and consumers process the message and send and acknowledgment.
🗃️ Message Queues
1 items
📄️ Producers
A producer is an application or process that publishes messages to the stream. Once published, they can be processed with stream workers.
📄️ Create Producers
This page describes how to create a producer.
📄️ Consumers
A consumer is an application that subscribes to a stream and then receives messages published by producers.
📄️ Create Consumers
This page describes how to create a consumer.
🗃️ Subscriptions
3 items