Releases: rockset/kafka-connect-rockset
Releases · rockset/kafka-connect-rockset
Release version 1.1.0
- Use new Rockset API Receiver Endpoint to send documents
- Retry on different 5xx errors and Socket Timeout
- Limit batch size to 1000 documents
- Use blocking executor to prevent overloading the thread pool
Release version 1.0.1
- Fixes an issue with reporting errors back to Kafka
- Batches records before sending to Rockset
Release 1.0
- Support for Avro format
- Better logging and error messages
- Documentation of options
- Graceful retries, exactly once delivery
- Unit tests and performance testing
Release 0.1.1
Update README.md
Release 0.1
- Fixed some bugs with JSON parsing (switched from GSON to Jackson)
- Minor cleanup of READMEs.