Skip to content

v1.0.7

Compare
Choose a tag to compare
@gfinocchiaro gfinocchiaro released this 06 Nov 15:57
· 9 commits to main since this release

Changelog

[1.0.7] (2024-11-06)

Improvements and Documentation

  • Revised some default settings for the internal Kafka consumer. (#25)

  • Improved the README.md file. (#18, #20, #21, #22)

  • Significantly reorganized the examples folder. Specifically:

    • Moved the quick start examples for specific vendors (Confluent, Redpanda, Aiven, and Axual) into dedicated subfolders under examples/vendors. (#20, #23, #24)

    • Adjusted the script files to align with the updated layout of the examples folder. (#20)

    • Improved the docker-compose.yml and README.md files within the quick start folders. (#20)

    • Improved the README.md files within examples/docker and examples/docker-kafka-connect folders. (#20)

    • Introduced a dedicated README.md file for Confluent Cloud along with further specific resources under examples/vendors/confluent. (#20, #22, #26)

    • Added new resources to the pictures folder. (#18, #20, #22)

    • Added a new data adapter configuration named QuickStartConfluentCloud to the factory adapters.xml file. (#22)

    • Added a new logger configuration named QuickStartConfluentCloud to the factory log4j.properties file. (#22)

    • Improved the QuickStart web client by refactoring the JavaScript coied and using the CDN version of the Lightstreamer client library. (#22)

Bug Fixes

  • Unhandled runtime exceptions during synchronous commits prevented the fulfillment of new subscription requests. (#27)