Skip to content

The module enables you to be notified of new messages or changes via a Message Queue of your choice, for example, Azure Event Grid

License

Notifications You must be signed in to change notification settings

VirtoCommerce/vc-module-event-bus

Repository files navigation

Virto Commerce Event Bus Module

CI status Quality gate Reliability rating Security rating Sqale rating

This module enables you to be notified of new Virto Commerce events or changes via the message queue of your choice.

The module is used to trigger an asynchronous background process in response to an event on the Virto Commerce platform.

Event Bus Schema Overview

As a payload, a Virto Commerce event delivers one of the predefined messages or any change to a resource. This enables event-driven reactive programming, which uses a publish-subscribe model. Publishers emit events but have no expectation about which events are handled. Subscribers decide which events they want to handle.

The event description is based on CloudEvents: "specification for describing event data in a common way.

Key Features

  • Notification on new events from any module
  • Supporting multiple destination providers
  • Supporting custom destination providers (contact us if you need a new destination)
  • Configurable via API as well as through application configuration (appsettings.json, environment variables, etc.)
  • Additional event filtering with the JsonPath expression
  • Preprocessing event data with Liquid template enables fine-tuning the payload for the destination provider
  • High performance
  • Predefined destination provider: Azure Event Grid with CloudEvents-based data format

Documentation

References

License

Copyright (c) Virto Solutions LTD. All rights reserved.

This software is licensed under the Virto Commerce Open Software License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://virtocommerce.com/opensourcelicense.

Unless required by the applicable law or agreed to in written form, the software distributed under the License is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

About

The module enables you to be notified of new messages or changes via a Message Queue of your choice, for example, Azure Event Grid

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages