jdeex
jdeex
Sure I can test it. is this for both: Cassandra and Elastic6 or just Cassandra? We are downloading each binary (for each connector) when building our connect container, is your...
Ok First test with Elastic6 no longer has the error: The **_2.1.3 version_** in the following line got my attention though: ` INFO Instantiated connector qos-sink-connector with version 2.1.3 of...
Same for Cassandra: ``` kafka-connect-1 | [2021-12-17 16:54:59,170] INFO [Worker clientId=connect-1, groupId=connect-group] Connector TestSinkConnector config updated (org.apache.kafka.connect.runtime.distributed.DistributedHerder) kafka-connect-1 | [2021-12-17 16:54:59,218] INFO [Worker clientId=connect-1, groupId=connect-group] Joined group at generation 6...
Also tested the Cassandra Source and works fine now: ` kafka-connect-1 | [2021-12-17 17:18:00,732] INFO Sending 1 records for connector TestSourceConnector (com.datamountaineer.streamreactor.connect.cassandra.source.CassandraSourceTask)`
> ok, as long as everything seems to be working ok (ignore the version number) we can go forward with the fix, and get an official release out soon. Any...
@davidsloan provided a fix in a snapshot, still waiting for a full release that includes that fix
For us the snapshot works well and fixed both errors: NoClassDefFoundError and JsonMappingException I also tested both Cassandra and Elastic and both worked well... but if in your use case...
Testing with the following version, the error message has changed: `Canonical names should be kebab-case ('-' separated), lowercase alpha-numeric characters and must start with a letter` Changing the prefix to...
reopened by mistake, sorry
> @jdeex yes but do you also fancy contributing it? Unfortunately, don't know scala :(