Skip to content

v0.15

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 09:48
· 5 commits to main since this release

What's New

  • Topic templating now supports ${partition} variable. This enables partitioning strategies where records from different Kafka partitions can be routed to separate QuestDB tables. Example: table=trades_${partition} #32

What's Fixed

  • The connector skips tombstone records. eec4dfa

Full Changelog: v0.14...v0.15