Skip to content

Commit

Permalink
Add Redpanda Migrator offset metadata
Browse files Browse the repository at this point in the history
- New `redpanda_migrator_offsets` input.
- Field `kafka_offset_metadata` added to the `redpanda_migrator_offsets` output.

Signed-off-by: Mihai Todor <todormihai@gmail.com>
  • Loading branch information
mihaitodor committed Nov 21, 2024
1 parent 4461a69 commit 081592f
Show file tree
Hide file tree
Showing 11 changed files with 793 additions and 41 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ All notable changes to this project will be documented in this file.

### Added

- New `pg_stream` input supporting change data capture (CDC) from PostgreSQL (@le-vlad)
- New `pg_stream` input supporting change data capture (CDC) from PostgreSQL. (@le-vlad)
- Field `metadata_max_age` added to the `redpanda_migrator_offsets` output. (@mihaitodor)
- Field `kafka_timestamp_ms` added to the `kafka`, `kafka_franz`, `redpanda`, `redpanda_common` and `redpanda_migrator` outputs. (@mihaitodor)
- New `redpanda_migrator_offsets` input. (@mihaitodor)
- Field `kafka_offset_metadata` added to the `redpanda_migrator_offsets` output. (@mihaitodor)

### Changed

Expand Down
Loading

0 comments on commit 081592f

Please sign in to comment.