Skip to content

Commit

Permalink
kafka sasl docs
Browse files Browse the repository at this point in the history
Signed-off-by: orweis <orweis@gmail.com>
  • Loading branch information
orweis committed Jul 21, 2023
1 parent 3eb1d74 commit 8b6c834
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/docs/tutorials/run_opal_with_kafka.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Starting with OPAL 0.1.21, it is no longer needed to install the `broadcaster[ka
When you run the OPAL-server you can choose which backend it should use with the `OPAL_BROADCAST_URI` option default is Postgres but running with Kafka is as simple as `OPAL_BROADCAST_URI=kafka://kafka-host-name:9092`
notice the "kafka://" prefix, that's how we tell OPAL-server to use Kafka.

#### Running Kafka with Advanced config

To run Kafka with SASL and/or other advanced configuration checkout the docs for the broadcaster here:
https://github.com/permitio/broadcaster#kafka-environment-variables

#### Setting a Kafka topic (aka Backbone channel)

Be sure to configure the topic in your Kafka server that will act as a channel between all servers - the default name for it is `EventNotifier`.
Expand Down

0 comments on commit 8b6c834

Please sign in to comment.