Skip to content

Releases: rockset/kafka-connect-rockset

Release version 1.1.0

19 Sep 23:28
Compare
Choose a tag to compare
  • 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

30 Aug 22:08
Compare
Choose a tag to compare
  • Fixes an issue with reporting errors back to Kafka
  • Batches records before sending to Rockset

Release 1.0

24 Jul 00:39
b8a7e05
Compare
Choose a tag to compare
  • 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

12 Jul 15:52
d1a0489
Compare
Choose a tag to compare
Update README.md

Release 0.1

20 Dec 19:44
Compare
Choose a tag to compare
  • Fixed some bugs with JSON parsing (switched from GSON to Jackson)
  • Minor cleanup of READMEs.