Skip to content

Commit

Permalink
Update run_opal_with_pulsar.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
gemanor authored Sep 25, 2024
1 parent cecfafe commit d1fd0b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions documentation/docs/tutorials/run_opal_with_pulsar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ OPAL-server can scale out both in number of worker processes per server and acro

### Broadcaster Module

Support for multiple backbone solutions is provided by the [Python Broadcaster package](https://pypi.org/project/broadcaster/). To use it with Apache Pulsar, install the `broadcaster[pulsar]` module:
Support for multiple backbone solutions is provided by the Permit's port of the [Python Broadcaster package](https://pypi.org/project/permit-broadcaster/). To use it with Apache Pulsar, install the `permit-broadcaster[pulsar]` module:

```bash
pip install broadcaster[pulsar]
pip install permit-broadcaster[pulsar]
```

## Setting Up OPAL-server with Apache Pulsar
Expand Down Expand Up @@ -102,7 +102,6 @@ You should see the effect in:

You can trigger events by publishing messages directly to the 'broadcast' topic in Pulsar. Ensure the message format follows the OPAL-server schema for backbone events.


## Conclusion

This guide covered setting up and using Apache Pulsar as the backbone pub/sub for OPAL-server. By following these instructions, you can effectively scale your OPAL deployment across multiple servers.
Expand Down

0 comments on commit d1fd0b8

Please sign in to comment.