diff options
| author | doufenghu <[email protected]> | 2023-11-23 11:12:21 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-23 11:12:21 +0800 |
| commit | b5bf5a5a4bb9154c7413e96056631920bc49a090 (patch) | |
| tree | 88da05b7a282255e0ea6314e62ba0556946bf200 /plugin-mapping.properties | |
| parent | e2397a1b44fe530eed55d3bf3625d91c079ec84e (diff) | |
[feature][release] Add a 'release' module to support dynamic release version.
Diffstat (limited to 'plugin-mapping.properties')
| -rw-r--r-- | plugin-mapping.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin-mapping.properties b/plugin-mapping.properties new file mode 100644 index 0000000..23f7c1a --- /dev/null +++ b/plugin-mapping.properties @@ -0,0 +1,6 @@ +#Connectors + +grootstream.source.Kafka = connector-kafka +grootstream.sink.kafka = connector-kafka +grootstream.source.Clickhouse= connector-Clickhouse +grootstream.source.IPFix = connector-ipfix-collector
\ No newline at end of file |
