All state changes that occur in Vault are provided as events on the event stream; for example, on account opening, the acceptance of a posting or the change of an account parameter.
Clients can consume these events at their own pace by consuming Kafka topics.
The streaming topics should be used to source and to fill downstream queries and data stores. This ensures that Vault is not subject to any polling or ad hoc queries.