김민규
김민규
@aSemy Hi. Is there any update?
@evgenyvsmirnov @sdeleuze I have same problem. How did you solve this?
I think I'm having this problem because I'm using Propagation.REQUIRES_NEW. @Transactional(propagation = Propagation.REQUIRES_NEW)
@mp911de @pderop Hi. Do you know about this issue? I would appreciate any suggestions on how to fix it.
@mp911de @pderop Hi, How do I prevent mass extinction of a Connection Pool?
Hi, @pderop Have you checked? BACKGROUND_EVICTION_INTERVAL causes all connections to be removed and recreated. However, all connections are recreated even if BACKGROUND_EVICTION_INTERVAL is not used.
@avelanarius Hi, what do you think about the above issue? The code to generate the query is in another project. (https://github.com/scylladb/scylla-cdc-java/blob/ab828eb0305171ffa48d6114dc73aaba0257ffdc/scylla-cdc-driver3/src/main/java/com/scylladb/cdc/cql/driver3/Driver3WorkerCQL.java#) Connecting the ScyllaDB CDC source connector will cause too...
@haaawk Hi. There was a requirement to add ScyllaDB's CDC Table to Kafka Connect Cluster. So, when I register the ScyllaDB Source Connector with the Kafka Connect Cluster, the read...
@haaawk Usually, ScyllaDB is receiving 20k requests, and after registering the ScyllaDB Source Connector, the number of requests has skyrocketed several times. Afterwards, we recognized that there was a failure...
@haaawk @avelanarius I currently operate a large Kafka Connect Cluster, and I have 3 ~ 4 CDC Tables registered as ScyllaDB Source Connector. I need to register at least 3...