Dmitry Kropachev
Dmitry Kropachev
We need to make sure that this CDC consumer gets CDC records in the same or similar order that they are happening in the cluster. Tests requirements: - Tests should...
When this library is used by itself it needs to persist progress somewhere. Currently we don't provide any code that would do that which confuses users. Let's have two classes...
Make an integrations tests that cover case: 1. Multi DC 2. Multi Rack In every case we need to make sure that load is evenly disctributed amongst nodes.
# CDC Source Connector — Configuration Event Model The following is a proposal to change event configuraton schema, so that user can tailor it to their needs, i.e. could configure...
``` AlterReAddColIT.alterBeforeNextPageTestBody:106->AlterTableBase.alterBeforeNextPageTestBody:153->applyAlteration:34 » InvalidQuery Cannot add column column4 because a column with the same name was dropped too recently. Please retry after 5 seconds ```
For testing a customer truncates orignal table and starts brand new consumer, when it starts cluster experience high CPU load. Keyspance and and table are preserved, cdc tables are not...
Start building for java 17, dropping support for java 8 and java 11. To be released as part of next minor.
Goals: 1. Have a single reusable workflow that run test against on partucular version of kafka provider 2. Have a manually triggerable workflow to run test agains one particular version...
Unfortunately, there is only way to publish our package to the confluent - submit email to `[email protected]`. So, there is maven plugin `kafka-connect-maven-plugin` that creates a package and drops it...
We need to find out all the requirements to the connector documentation and make connector meet these requirements. What needs to be done: 1. Pull out all the requirements from...