cockroachdb / cockroachdb/cockroach
changefeedccl: support multiple kafka partitions in test framework
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
The `kafkaFeed` used in changefeed tests only supports a single partition, but there are multiple scenarios that would be useful to test if there were multiple partitions supported. E.g., hashing algorithms are applied correctly, resolved messages are sent to every partition.
Jira issue: CRDB-58783
Contributor guide
Assessment
This issue has not been assessed yet.