Skip to content

Commit

Permalink
add reference to manual installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
SnuK87 committed May 21, 2020
1 parent 6202e45 commit 2a80619
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Java version: `11`, `13`
To install the keycloak-kafka module to your keycloak server you have to first configure the module and then deploy the module.
If you deploy the module without configuration your keycloak server will fail to start up with a NullPointerException.

If you want to install the module manually as described in the initial version you can follow this [guide](https://github.com/SnuK87/keycloak-kafka/wiki/Manual-Installation).

### Module configuration
Download the [CLI script](kafka-module.cli) from this repository and edit the properties to fit your environment. Also make sure that you use the right
server config (line 1). As a default the script will change the `standalone.xml`.
Expand All @@ -53,6 +55,7 @@ Copy the `keycloak-kafka-<version>-jar-with-dependencies.jar` into the $KEYCLOAK
install the module with all dependencies on start up. To verify that the deployment of the module was successful you can check if a new file
with the name `keycloak-kafka-<version>-jar-with-dependencies.jar.deployed` was created in the same folder.


## Keycloak Configuration

### Enable Events in keycloak
Expand Down

0 comments on commit 2a80619

Please sign in to comment.