mathieu
mathieu
@YanzheL did you manage to workaround the lack of UPSERT ? I have the same situation (KTABLE), so UPSERT is central in this use-case... What did you do ? Custom...
Thanks @iarenaza. I also run through ```java.lang.UnsatisfiedLinkError: /tmp/mxnet2725232243239797853/mxnet-scala: libopencv_imgcodecs.so.3.4: cannot open shared object file: No such file or directory``` with MXNET 1.2.1 Simply adding the ppa for opencv-3.4 fixed the...
@raphaelauv well, it sounds promising, but these PRs seems stalled... Any idea when they could land ?
Any news on this, now that #715 is merged ? I have a [similar problem with a jdbc sink](https://github.com/confluentinc/kafka-connect-jdbc/issues/964).
Great, thanks for the work. It will help us remove an abominable hack.
sorry for not mentioning. docker image based on confluentinc/cp-kafka-connect:5.5.2 (I had [trouble upgrading to 6.0.0](https://github.com/confluentinc/cp-docker-images/issues/877))
Same issue as @msilvestre and others here. Regex router on s3 sink makes it go NPE. (Not sure if it's the same cause as @dongxiaohe, though. Shouldn't this issue be...
Same here. Using JdbcSinkConnector, Type: sink, Version: 10.2.0. Starting from a connector working like a charm, adding `PARTITION BY RANGE()` to the table definition (and creating some partitions) makes it...
The problem is this change in the underlying pgjdbc implem: https://github.com/pgjdbc/pgjdbc/commit/25eb32c8681eaa4aaac801808b6028e9f5dfbea8#diff-0571f8ac3385a7f7bb34e5c77f8afd24810311506989379c2e85c6c16eea6ce4L1287 But this does not map nicely to this enum https://github.com/confluentinc/kafka-connect-jdbc/blob/60df0624278a0ee162d7774332fadf03992ea147/src/main/java/io/confluent/connect/jdbc/util/TableType.java#L24.
I stumbled upon this thread, because we noticed a lot of `pg_advisory_unlock_all`, sometimes taking a significant amount of time to complete. But I don't see any use of advisory_locks in...