scylladb / kafka-connect-scylladb

Kafka Connect Scylladb Sink
Apache License 2.0
46 stars 22 forks source link

Bugfixes #99

Open Bouncheck opened 11 months ago

Bouncheck commented 11 months ago

One bugfix for config parsing and one additional logging.

dkropachev commented 2 months ago

@Bouncheck , could you please specify what bug does it fix

Bouncheck commented 2 months ago

The bug is collision between config names. We have our own pattern for extra configs which wrongly matches some more general configs added by some Kafka platforms. There is more details inside commit message.