Skip to content

Releases: up2metric/gocloak

v13.11.2

13 Oct 06:03

Choose a tag to compare

Refactor Kafka dispatcher to use a singleton pattern and introduce KafkaConfigBuilder for improved configuration management. Update message consumption to be sequential and enhance error handling for message processing.

v13.11.1

08 Sep 07:45

Choose a tag to compare

Fix TLS bug with kafka

v13.11.0

04 Sep 06:38

Choose a tag to compare

What's New

  • Added Kafka Dispatcher to support Keycloak event streaming via Kafka.
    • Concurrent message processing with worker pool.
    • Handler interface for custom event consumers.

v13.10.0

02 Sep 07:51

Choose a tag to compare

What's Changed

  • Added APIs to support organizations features
    • Provides concurrent message handling.
    • Supports custom event handlers.