atrbgithub

Results 7 comments of atrbgithub

@PedroEFLourenco Was you able to find a solution for this?

@iguenkinrl This fixed it for me with confluent platform 6.2: ``` SCHEMA_REGISTRY_HOST_NAME: localhost ``` Without that the schema registry would fail to start correctly and I would get a similar...

@xxm404 I've had a look at building on your code to make things a little faster as it was making a call for every partition, which was taking quite some...

@zak-n was you able to resolve this? We're seeing exactly the same. We even have 2 connectors setup querying the same table, both incrementing mode. Suddenly one of them will...

Also see: https://github.com/confluentinc/kafka-connect-jdbc/issues/973 https://github.com/confluentinc/kafka-connect-jdbc/issues/892

> A DAG can have multiple instances running at the same time. This would conflict with the metric which has one run time per DAG. I guess the metric could...