Skip to content

Commit cd74f1f

Browse files
author
Johanna Hemminger
authored
Merge pull request mendix#6226 from mendix/jh-be-mx10
Business events updates
2 parents 948374a + 2ba6382 commit cd74f1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/appstore/modules/business-events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: ["marketplace", "marketplace component", "business events", "data broker",
1111

1212
With [Mendix Business Events](https://marketplace.mendix.com/link/component/202649), applications can signal when something important happens, and can independently subscribe to these events if they want to be informed. Business events are like a mailing list to share event notifications between apps. The key difference between business events and traditional communication between apps, like REST or Web Services, is that there is no direct communication between the different apps.
1313

14-
To deliver these events reliably between your applications, an event broker is required. For apps running the Mendix cloud on licensed nodes, you'll need to purchase a license for a [Mendix Event Broker](#mendix-event-broker).
14+
To deliver these events reliably between your applications, an event broker is required. For apps running the Mendix cloud on licensed nodes, you will need to purchase a license for a [Mendix Event Broker](#mendix-event-broker).
1515

1616
{{% alert color="info" %}}
1717
Business events are supported in Studio Pro [9.18](/releasenotes/studio-pro/9.18/) and above, and currently can only be deployed to the [Mendix Cloud](/developerportal/deploy/mendix-cloud-deploy/).{{% /alert %}}
@@ -35,7 +35,7 @@ To use Mendix Business Events, you will need the following:
3535

3636
## 2 Licensing {#licensing}
3737

38-
The Mendix Business Events module itself does not require a license, but it depends on an event broker to deploy to production environments. You can purchase a [Mendix Event Broker License](#event-broker-license) for a broker to be set up for you. See the [Mendix Event Broker](https://marketplace.mendix.com/link/component/202907) platform service page for more details.
38+
The Mendix Business Events module itself does not require a license, but it depends on an event broker to deploy to production environments. You can purchase a [Mendix Event Broker License](#event-broker-license) for a broker to be set up for you. See the [Mendix Event Broker](https://marketplace.mendix.com/link/component/202907) platform service page for more details. You can also run business events on [your own Kafka cluster](#byok).
3939

4040
## 3 Configuration
4141

@@ -302,7 +302,7 @@ There is a single Kafka broker for Free Apps that all your company Free Apps can
302302

303303
Purchase a license to the Mendix Event Broker to deploy unlimited apps on production environments in the Mendix Cloud. Ask your Customer Success Manager or Account Manager to get in touch with us to purchase a license. See the [Mendix Event Broker](https://marketplace.mendix.com/link/component/202907) platform service page for more details.
304304

305-
Licenses for the Mendix Event Broker are available for all regions, but once selected, you can only run on a single region (no multi-region support). To learn more about how this broker works, see [Mendix Event Broker](#mendix-event-broker).
305+
Licenses for the Mendix Event Broker are available for all regions, but once selected, you can only run on a single region (no multi-region support). To learn more about how this broker works, see [Mendix Event Broker](#mendix-event-broker). This license is available for all customers. You can also run business events on [your own Kafka cluster](#byok).
306306

307307
#### 5.1.1 Enabling the Mendix Event Broker Service {#enable-mx-event-broker}
308308

@@ -380,7 +380,7 @@ If you are deploying an app to production that contains a published business eve
380380
2. Transport the mda to an environment.
381381
3. Restart the environment.
382382

383-
### 6.4 Apps Running Own Kafka Cluster (Bring Your Own Kafka)
383+
### 6.4 Apps Running Own Kafka Cluster (Bring Your Own Kafka) {#byok}
384384

385385
{{% alert color="info" %}}
386386
This deployment method is currently in [Beta](/releasenotes/beta-features/).{{% /alert %}}

0 commit comments

Comments
 (0)