I noticed a few things working on the RI info for camel-kafka-connector. - the compatibility matrices are thoroughly out of date, e.g. https://camel.apache.org/camel-kafka-connector/0.11.0/user-guide/camel-compatibility-matrix.html <https://camel.apache.org/camel-kafka-connector/0.11.0/user-guide/camel-compatibility-matrix.html>
- All other camel subprojects use e.g. 2.5.x as the Antora component version, but c-k-c is using 0.11.0. Especially since it’s LTS I think we should change it to 0.11.x so when 0.11.1 comes out the version still makes sense, as well as being consistent with the rest of the site. I’m setting the 1.0.x branch up to say 1.0.x as the Antora version. - archetype-dataformat-connector has camel-version 3.6.0, rather out of date. - the maven versions in 1.0.x branch is 1.1.0-SNAPSHOT and for 0.11.x 0.12.0-SNAPSHOT. I think these should increment the micro version, not minor version? - Is 1.0.x LTS? - I guess it would make sense to change Camel Kafka Connector allows you to use all Camel components <applewebdata://26B8BDA8-8AF9-4D43-86E9-44E7AD9124B6/components/3.14.x/index.html> as Kafka Connect <http://kafka.apache.org/documentation/#connect> connectors. to Camel Kafka Connector allows you to use all Kamelets as Kafka Connect <http://kafka.apache.org/documentation/#connect> connectors. As part of the RI effort there’s a preview for c-k-c at https://pr-747--camel.netlify.app/camel-kafka-connector/next/index.html David Jencks