Skip to content

Releases: SnuK87/keycloak-kafka

1.1.6-SNAPSHOT

20 Oct 10:36
Compare
Choose a tag to compare
1.1.6-SNAPSHOT Pre-release
Pre-release
add workaround for property

1.1.5

11 Jun 21:23
070c027
Compare
Choose a tag to compare
  • removed classloader fix for (de-)serializer to fix SASL issues

1.1.4

25 May 17:06
38865da
Compare
Choose a tag to compare
  • 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

12 Mar 21:57
e9c3f89
Compare
Choose a tag to compare

Update to work with Keycloak 21+

1.1.1

23 Aug 08:31
74debfb
Compare
Choose a tag to compare
  • 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

14 Jul 06:48
e0f5db2
Compare
Choose a tag to compare
  • 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

21 May 15:36
4bc19a5
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

First version that comes as a bundled .jar file for a more comfortable deployment.