CockroachDB Changefeeds: mapping primary key to Kafka partition
In the Documentation for CockroachDB changefeeds (CDC), we read that
Rows are sharded between Kafka partitions by the row’s primary key.
This post documents a simple experiment to verify this claim.
This comment from the Go Kafka client used by Coc...
goddard.hashnode.dev3 min read