Publishers
Every integrator of the Events Service is either a publisher or a consumer. Publishers post their event messages to a topic, which consumers subscribe to and then receive the event messages.
This section details how to set up a new event topic, create a spec, publish to the service, manage authorization, and acknowledge the exchange of messages between your application and the Event Service.
A publisher is an application owner or business unit that sends events through Event Service. To start publishing events, a publisher needs:
- Application to access Event Service API(see below)
- Define an event name with namespace
- Define an event schema
- Onboard the event in events service, Please refer create an event topic for more details
For an application to access the Events API:
- The application must be registered in the Cloud Console{:target=“_blank”}.
- Use the Client Credential Grant Type to get token.