docs: router writes to partitions

Though it can write to different topics, it currently writes to
different partitions.
pull/24376/head
Dom Dwyer 2022-08-12 13:48:04 +02:00
parent d79f63b7bc
commit d3dfc4221a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
//! * Enforcing schema validation & synchronising it within the catalog.
//! * Deriving the partition key of each DML operation.
//! * Applying sharding logic.
//! * Push resulting operations into the appropriate kafka topics.
//! * Push resulting operations into the appropriate kafka partitions.
#![deny(
rustdoc::broken_intra_doc_links,