-
### Acceptance Criteria
CONNECTION TYPE:
If SFTP:
- [ ] 1. Submitted host name for CDC whitelisting
- [ ] 2. Retrieve username and PW from STLT
- [ ] 3. Determine if they have public key authentica…
-
As a consumer of my CDC event stream (Kafka topic), with table cdc enabled and collection types (LIST, SET, MAP) and UDT used, I'd like to receive change data of all columns of the `*_cdc_log` record,…
-
➜ ~ kbcli version
Kubernetes: v1.27.3-gke.100
KubeBlocks: 0.7.0-alpha.18
kbcli: 0.7.0-alpha.18
The ops status is always running, the pv size has changed but pvc size does not change
```
➜ …
-
### Platform
Linux Native
### Description
Linux iio provide many drivers for different kind of sensors:
https://www.kernel.org/doc/html/latest/driver-api/iio/intro.html
> - analog to digita…
-
It allows Clients ( be there Microservices or GUI clients) to query the DB and get new data should only their query change.
I was looking at the store code trying to work out how i can add this.
I…
-
We need a test to verify that adding a table to an existing changefeed does the right thing if the table has pre-existing data.
-
### Is your feature request related to a problem?
TiCDC relies on idempotence of DMLs and DDLs to ensure eventual consistency. Events are executed [at least once](https://docs.pingcap.com/tidb/stable…
-
### What did you do?
1、restore data for primary and secondary
2、create changefeed and set bdr role for primary and secondary
3、run sysbench on primary and secondary
4、add index a on primary
5、s…
-
# DevEx/OpEx
Currently, load tests are only run locally. Obtain more realistic data on TI service performance by running the tests within Azure.
Additional context from the eng-tasks channel:
Set up…
-
Board: Arduino Micro(ATMEGA32U4)
Test Sketch:
```c++
void setup() {
Serial.begin(115200);
Serial1.begin(115200);
}
void loop() {
if (Serial.available()) {
Serial1.write(Serial.read());…