scylladb / scylla-cdc-source-connector

A Kafka source connector capturing Scylla CDC changes
Apache License 2.0
41 stars 17 forks source link

Logging workaround #32

Closed Bouncheck closed 1 year ago

Bouncheck commented 1 year ago

Changes flogger version back to 0.5.1 to be extra safe. Requires scylla-cdc-java to be fixed. That means its logging components are not shaded. After this change there should be no ClassCastExceptions or NoSuchMethodExceptions.

Bouncheck commented 1 year ago

Tested so far only on Confluent 7.2.2. I consider this a temporary workaround. It would be ideal to switch to log4j 2, but there are some issues.