docs: router writes to partitions
Though it can write to different topics, it currently writes to different partitions.pull/24376/head
parent
d79f63b7bc
commit
d3dfc4221a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue