Releases: SnuK87/keycloak-kafka
Releases · SnuK87/keycloak-kafka
1.2.0
- Added Workaround for ssl.endpoint.identification.algorithm property #38
- Updated dependencies #48
1.1.6-SNAPSHOT
add workaround for property
1.1.5
- removed classloader fix for (de-)serializer to fix SASL issues
1.1.4
- updated dependencies to latest version
- added missing
KafkaProducerProperty
ssl.keystore.certificate.chain
- kafka client properties are now also read from the environment variables
1.1.3
Update to work with Keycloak 21+
1.1.1
- Updated keycloak to latest release
- Use System.getenv value as default config value when the value from the scope was empty to fix issues in k8s environment. See #11 for details
1.1.0
- Replaced static values with environment variables in the cli script
- Added a new cli script to remove the configuration of the keycloak-kafka module from your keycloak server
- Renamed
kafka-module.cli
to add-kafka-config.cli
- Updated all dependencies to the most recent versions
- Updated the readme
- Added support for optional kafka client configuration properties.
- Updated Dockerfile
- Fix block indentation to consitent format
1.0.0
First version that comes as a bundled .jar file for a more comfortable deployment.