Andy Huynh
Andy Huynh
I get the same error with Hudi 0.13.1, but it works fine on Hudi 0.12.2.
Experiencing the same issue here using the Debezium unwrap transform.
I was able to get audit logging working with the [`master`](https://hub.docker.com/layers/provectuslabs/kafka-ui/master/images/sha256-633606ca07677d1c4b9405c5df1b6f0087aa75b36528a17eed142d06f65d0881?context=explore) tag and with the properties as camelCase rather than kebab-case. So for example, something like ```yaml kafka: clusters: -...
@raphaelauv Yes I'm using version 7.6.0. It works on the producer side (e.g. with Debezium) but the issue is with the Confluent Kafka Connect sinks. I have a PR [here](https://github.com/confluentinc/kafka-connect-storage-common/pull/342)...
I'm not using the Confluent Kafka Connect image to begin with, but I can give it a try when I have some time. More details on my setup -- I'm...
I do not, but I suppose it's similar to why this [PR](https://github.com/confluentinc/kafka-connect-storage-common/pull/287) is in place to expose the `scrub.invalid.names` config. The config takes and does work with producers (e.g. Debezium),...