v1.0.7
Changelog
[1.0.7] (2024-11-06)
Improvements and Documentation
-
Revised some default settings for the internal Kafka consumer. (#25)
-
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
andREADME.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 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)