Producers
Producers, along with Subscriptions, are the foundation of the Eventuous' messaging system.
Conceptā
Although an event store produces events too, it is normally used via the Aggregate store. Sometimes, you just need to produce arbitrary messages, which aren't necessarily events. For example, you can also produce commands. Still, the main purpose of a producer is to put events to an event database or a broker, so they can be consumed by a subscription.
Within Eventuous, the main purpose of producers is to support gateways, and, through gateways, enable creation of connectors.
šļø Implementation
How producers are implemented
šļø Available producers
List of producers available in Eventuous