You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2021/11/13 01:11:51 UTC

[camel-kafka-connector] 03/07: add local aggregate collector mappings file

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 ef1c8ea85a08b92770eacfc66334bdf0e93edc75
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Nov 3 09:10:31 2021 -0700

    add local aggregate collector mappings file
---
 connectors/ac-mappings.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/connectors/ac-mappings.yml b/connectors/ac-mappings.yml
new file mode 100644
index 0000000..c9e9c55
--- /dev/null
+++ b/connectors/ac-mappings.yml
@@ -0,0 +1,17 @@
+mappings:
+  - module: ROOT
+    family: example
+    path:
+      include:
+        - '*/src/generated/resources/*.json'
+    relativemap:
+      - match: '*/src/generated/resources/camel-(?<name>*)-(?<type>source|sink).json'
+        format: 'json/camel-{name}-kafka-{type}-connector.json'
+  - module: ROOT
+    family: page
+    path:
+      include:
+        - 'camel-syslog-kafka-connector/src/main/docs/*.adoc'
+    relativemap:
+      - match: 'camel-syslog-kafka-connector/src/main/docs/(?<body>*).adoc'
+        format: 'reference/connectors/{body}.adoc'