For installation instructions check out the getting started guide.
NOTE: This is a release candidate, you can download a binary from this page.
Added
- New
mysql_cdc
input supporting change data capture (CDC) from MySQL. (@rockwotj, @le-vlad) - Field
instance_id
added tokafka
,kafka_franz
,ockam_kafka
,redpanda
,redpanda_common
, andredpanda_migrator
inputs. (@rockwotj) - Fields
rebalance_timeout
,session_timeout
andheartbeat_interval
added to thekafka_franz
,redpanda
,redpanda_common
,redpanda_migrator
andockam_kafka
inputs. (@rockwotj) - Field
avro.preserve_logical_types
for processorschema_registry_decode
was added to preserve logical types instead of decoding them as their primitive representation. (@rockwotj)
Changed
- Field
avro_raw_json
was deprecated in favor ofavro.raw_unions
for processorschema_registry_decode
. (@rockwotj)
Changed
- The
snowpipe_streaming
output now has better error handling for authentication failures when uploading to cloud storage. (@rockwotj)
The full change log can be found here.