This file contains all the notable changes done to the Ballerina Kafka package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed consumer panic when a type casting error occurs
- Fixed not logging errors returned from the kafka
onConsumerRecord
method
- Fix issue in messages received to Kafka consumer services not being ordered.
- Fix issue in Kafka Consumer using Ballerina worker threads to do IO.
- Redesign and update the
SecureSocket
record. - Change the configurations required to initialize the producer and the consumer.
- Change
ProducerConfigurarion
inkafka:Producer
init to an included record parameter. - Change
ConsumerConfigurarion
inkafka:Consumer
andkafka:Listener
init to an included record parameter. - Change all the time value arguments to Ballerina type
decimal
.