This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-kafka-connector-0.11.x in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 57a41e9234d4f7b53ebb13114294975f7b07229e Author: David Jencks <[email protected]> AuthorDate: Fri Nov 5 20:13:22 2021 -0700 fix queries in template --- docs/modules/ROOT/examples/template/connector-options.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/examples/template/connector-options.adoc b/docs/modules/ROOT/examples/template/connector-options.adoc index 84103d5..6cf8196 100644 --- a/docs/modules/ROOT/examples/template/connector-options.adoc +++ b/docs/modules/ROOT/examples/template/connector-options.adoc @@ -7,7 +7,7 @@ |value.priority include::jsonpath$example$json/camel-{basename}-kafka-{type}-connector.json[query='$.connector',formats='class,artifactId,groupId,id,description', requires={requires}]] -include::jsonpathcount$example$json/camel-{basename}-kafka-{type}-connector.json[queries='propertycount=nodes$.properties.*,convertercount=nodes$.converters.*,transformcount=nodes$.tranforms.*,aggregationstrategycount=nodes$.aggregationstrategies.*'] +include::jsonpathcount$example$json/camel-{basename}-kafka-{type}-connector.json[queries='propertycount=nodes$.properties.*,convertercount=nodes$.converters.*,transformcount=nodes$.transforms.*,aggregationstrategycount=nodes$.aggregationStrategies.*'] Connector Description: {description} @@ -71,6 +71,6 @@ endif::[] ifeval::[{aggregationstrategycount} != 0] The camel-{basename} {type} connector supports {aggregationstrategycount} aggregation strategies out of the box, which are listed below. -jsonpathList::example$json/camel-{basename}-kafka-{type}-connector.json['nodes$.aggregationstrategies.*','value',{requires}] +jsonpathList::example$json/camel-{basename}-kafka-{type}-connector.json['nodes$.aggregationStrategies.*','value',{requires}] endif::[]
