For installation instructions check out the getting started guide.
Added
- Field
validate_topic
added togcp_pubsub
output. (@rockwotj) - New global CLI flag
--chroot-passthrough
to specify additional files to be copied into the chroot directory. (@mmatczuk) - Fields
connection_timeout
,max_sftp_sessions
,host_public_key
andhost_public_key_file
added to thesftp
input and output. (@mihaitodor) - Metadata
sftp_mod_time
now emitted by thesftp
input. (@mihaitodor, @anthonyvitale) - Field
allow_auto_topic_creation
added to theredpanda
cache. (@mihaitodor)
Fixed
- The
sftp
input no longer creates new SSH connections for each file it reads. (@mihaitodor, @TColl) - Fixed a bug with the
redpanda_migrator_offsets
output where it was attempting to rewind consumer groups if it got restarted after consumers were migrated to the destination cluster. (@mihaitodor) - Fixed an issue where error logs would not be dispatched to topics when the CLI exited with a non-zero status code. (@Jeffail)
- Fixed
mysql_cdc
issue with snapshotting AWS RDS. (@mmatczuk) - The
chroot
flag makes the internal /tmp directory writable. (@mmatczuk)
The full change log can be found here.