Releases: ArjenLammers/mendix-kafka-module
Releases · ArjenLammers/mendix-kafka-module
Release 2.8: Converted to 9.18 for Mendix 10. compat.
Converted to 9.18 for Mendix 10. compat.
Release 2.7: Close uncached producers and Atlas UI.
Processed PR 1, 2 and 3.
Thanks to Dan Covaliu (@dan-covaliu), Louis Turmel (@lturmel) and Paul Ketelaars (@Mcpoowl).
Improvements:
- Try/catches when stopping processors, producers and consumers.
- Close KafkaProducers when they are not cached.
- Atlas UI instead of NavigationLayout.
- Internal project refactoring (upgrade dependencies).
Release 2.6: Configurable critical log level for lost consumers.
Configurable critical log level for lost consumers.
Release 2.5
Corrected the position of when a consumer commits its offset.
Release 2.4
- Restart producers and consumers when a configuration has changed.
- Support for refresh of configuration in multi-instance environments.
- Enable/disable producers and consumers.
Release 2.3
Small bugfix for example.
Release 2.2
Converted to 8.12.
Upgraded Atlas UI.
Adapted to new microflowCall API.
Should be working with Mendix 9.x now.
Release 2.1
Depending on Library Logging module instead of an implementation specific to the Kafka Module.
Release 2.0
Fully revised Kafka module, including:
- Easy to setup Kafka consumers and producers.
- Full SSL support (using keystore and truststores).
- Explorer (discover topics and read messages).
- Support for headers (as consumer and producer).
- Logging from the Kafka library redirected to Mendix (so you can actually see errors and connectivity issues).
- Producing messages using asynchronous and synchronous mode.
- Publish messages through UI.
- Consumer commit control (to force at-least-once processing).