Events
The following events types are available:COMMITTED_TRANSACTIONS
SAVED_METADATA
UPDATED_MAPPING
REVERTED_TRANSACTION
Publishing to HTTP
An HTTP publisher is available out of the box since 1.3.x. It allows you to push ledger events to an http server of your choice, in a webhook-like fashion. It can be enabled by setting the [configuration variables](../operator/09-Configuration reference/01-Settings.md) PUBLISHER_HTTP_ENABLED and PUBLISHER_TOPIC_MAPPING.For HTTP publishing on Formance Cloud, please refer instead to the webhooks section of The Formance Platform.
Example
Publishing to Kafka
An integration with Kafka is available out of the box since 1.3.x. It allows you to push ledger events to a kafka broker of your choice, bringing easy and reliable extensibility. It can be enabled by setting the [configuration variables](../operator/09-Configuration reference/01-Settings.md) PUBLISHER_KAFKA_ENABLED, PUBLISHER_KAFKA_BROKER and PUBLISHER_TOPIC_MAPPING. Other [variables](../operator/09-Configuration reference/01-Settings.md) are available for further authentication and configuration.Access to Kafka publishing is not yet available in Formance Cloud.