Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Nov 5, 2024
1 parent 47e8903 commit feafd3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ java -cp 'connector-runtime-application-VERSION-with-dependencies.jar:...:my-sec

## Multi-tenancy

The Connector Runtime supports multiple tenants for inbound and outbound Connectors.
The Connector Runtime supports multiple tenants for inbound and outbound Connectors. These are configurable in [Identity](/self-managed/identity/user-guide/tenants/managing-tenants.md).

A single Connector Runtime can serve a single tenant or can be configured to serve
multiple tenants. By default, the runtime uses the default tenant ID for all
Zeebe-related operations like handling jobs and publishing messages.

:::info
Support for **outbound Connectors** with multiple tenants requires a dedicated
tenant job worker config (described below). **Inbound Connectors** automatically work for all tenants
the configured Connector Runtime client has access to. This can be configured in Identity via the application assignment.
tenant job worker config (described below). **Inbound Connectors** automatically work for all tenants the configured Connector Runtime client has access to. This can be configured in Identity via the application assignment.
:::

### Environment variables
Expand Down Expand Up @@ -275,7 +275,7 @@ To run the Connector Runtime in a setup where a single runtime
serves multiple tenants, add each tenant ID to the list of the default job workers:

```bash
ZEEBE_CLIENT_DEFAULT-JOB-WORKER-TENANT-IDS=`myTenant, myTenant`
ZEEBE_CLIENT_DEFAULT-JOB-WORKER-TENANT-IDS=`myTenant, otherTenant`
```

In this case, the `ZEEBE_CLIENT_DEFAULT-TENANT-ID` will **not** be used for the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ java -cp 'connector-runtime-application-VERSION-with-dependencies.jar:...:my-sec

## Multi-tenancy

The Connector Runtime supports multiple tenants for inbound and outbound Connectors.
The Connector Runtime supports multiple tenants for inbound and outbound Connectors. These are configurable in [Identity](/self-managed/identity/user-guide/tenants/managing-tenants.md).

A single Connector Runtime can serve a single tenant or can be configured to serve
multiple tenants. By default, the runtime uses the default tenant ID for all
Zeebe-related operations like handling jobs and publishing messages.
Expand Down Expand Up @@ -275,7 +276,7 @@ To run the Connector Runtime in a setup where a single runtime
serves multiple tenants, add each tenant ID to the list of the default job workers:

```bash
ZEEBE_CLIENT_DEFAULT-JOB-WORKER-TENANT-IDS=`myTenant, myTenant`
ZEEBE_CLIENT_DEFAULT-JOB-WORKER-TENANT-IDS=`myTenant, otherTenant`
```

In this case, the `ZEEBE_CLIENT_DEFAULT-TENANT-ID` will **not** be used for the
Expand Down

0 comments on commit feafd3f

Please sign in to comment.