Skip to content

Releases: redis-field-engineering/redis-flink-connector-dist

v0.0.10

30 Apr 20:50
Compare
Choose a tag to compare

What's new

  • Configurable Flink Traceability using the traceConfiguration field
  • Configurable non-checkpoint flushing numMessagesToBuffer and flushIntervalMillis parameters
  • Fixed bug with lingering XINFO calls after killing a job with a Redis Source.

v0.0.7

04 Mar 14:54
Compare
Choose a tag to compare
  • TLS & mTLS support
  • Fixes issue with metrics polling after a Redis outage

v0.0.5

27 Feb 19:16
Compare
Choose a tag to compare
  • Handling default authentication credentials
  • Assigning splits based on parallelism
  • Issue with XPENDING trying to use $ as it's start ID.

v0.0.4

26 Feb 21:03
Compare
Choose a tag to compare
  • Adding ability to send erroneously deserialized messages to a DLQ
  • Adding ability to have sink writer flush between commits

v0.0.3

28 Jan 16:31
Compare
Choose a tag to compare
  • fixing null reference exception when no entries have been read by the split yet
  • cleaning up partition config

v0.0.2

23 Jan 13:17
Compare
Choose a tag to compare

Features

  • Adds new generic object serialization for messages in Partitioned Redis Streams
  • Decreases verbosity of info logging
  • Set required flink version to 1.19.0