diff options
| author | doufenghu <[email protected]> | 2024-07-24 11:50:48 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-07-24 11:50:48 +0800 |
| commit | bdf64cb08bce82523f6c61d96c8bed36d9d90385 (patch) | |
| tree | 85a3556e8168c7c8fa9bfc1790b5148bf44e84f5 /plugin-mapping.properties | |
| parent | 3cff9a87fa0beab38caff2b34d7344b4186e24e1 (diff) | |
[Feature][e2e-kafka] Flink image add flink-shaded-hadoop-2-uber-2.7.5-8.0.jar. Add mock data to kafka integration test.
Diffstat (limited to 'plugin-mapping.properties')
| -rw-r--r-- | plugin-mapping.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugin-mapping.properties b/plugin-mapping.properties index c835941..4e2eb81 100644 --- a/plugin-mapping.properties +++ b/plugin-mapping.properties @@ -1,5 +1,7 @@ #Connectors -grootstream.source.Kafka = connector-kafka +grootstream.source.kafka = connector-kafka grootstream.sink.kafka = connector-kafka grootstream.source.clickhouse= connector-clickhouse grootstream.source.ipfix = connector-ipfix-collector +grootstream.source.mock = connector-mock +grootstream.source.file = connector-file
\ No newline at end of file |
