v0.15
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