Andrea Tarocchi
Andrea Tarocchi
## This is a... [x] Feature request [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Documentation...
## This is a... [ ] Feature request [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report [ ] Documentation...
Please see: https://github.com/apache/camel-kafka-connector/blob/main/tooling/camel-kafka-connector-docs-maven-plugin/src/main/java/org/apache/camel/kafkaconnector/maven/docs/UpdateDocComponentsListMojo.java#L51 https://github.com/apache/camel-kafka-connector/blob/main/tooling/camel-kafka-connector-docs-maven-plugin/src/main/java/org/apache/camel/kafkaconnector/maven/docs/UpdateDocComponentsListMojo.java#L171
Related to https://github.com/apache/camel-kafka-connector/issues/692 When a cache is in place one can think about pre-populate it using a ServiceLoader like pattern in order to enable registration of precomputed conversions (might be...
I am not sure they will add much test coverage but it could be feasible to automatically generate some tests for each connector. The generated test would not actually start...
Autogenerate as much content as possible see: https://camel.apache.org/releases/release-3.2.0/ Is related to #163
There is this [//TODO](https://github.com/apache/camel-kafka-connector/blob/master/tooling/camel-kafka-connector-generator-maven-plugin/src/main/java/org/apache/camel/kafkaconnector/maven/GenerateCamelKafkaConnectorsMojo.java#L112) in the code ad a reminder to reason over if there is a way to include `dataformats` dependencies into the generated connectors and how.
See: https://github.com/apache/camel-kafka-connector/blob/master/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc#L3
Fix for #4948 that is part of #3397 A `platformcontroller` command is added as subcommand of `kamel`; it runs an operator like the `operator` subcomand does, but platformcontroller would just...