Pil0tXia commented on code in PR #170:
URL: https://github.com/apache/eventmesh-site/pull/170#discussion_r1444516962


##########
docs/roadmap.md:
##########
@@ -48,3 +48,49 @@ The development roadmap of Apache EventMesh is an overview 
of the planned featur
 | Planned                                   | Provide PHP    SDK              
| [GitHub Issue](https://github.com/apache/eventmesh/3) |
 | Planned                                   | Event Query Language (EQL)      
| [GitHub Issue](https://github.com/apache/eventmesh/) |
 | Planned                                   | WebAssembly Runtime             
| [GitHub Issue](https://github.com/apache/eventmesh/) |
+
+## Connector Implementation Status
+
+|                  Service / Middleware                  | Source |   Sink   |
+|:------------------------------------------:|:------:|:------:|
+|     
[RocketMQ](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-rocketmq)
     |    ✅    |    ✅    |
+|        
[Kafka](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-kafka)
        |    ✅    |    ✅    |
+|       
[Pulsar](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-pulsar)
       |    ✅    |    ✅    |
+|     [RabbitMQ](./design-document/connect/rabbitmq-connector)     |    ✅    | 
   ✅    |
+|         [HTTP](./design-document/connect/http-connector)         |    ✅    | 
   ⬜    |
+|         
[JDBC](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-jdbc)
         |    ⬜    |    ✅    |
+|       
[Spring](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-spring)
       |    ✅    |    ✅    |
+| 
[OpenFunction](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-openfunction)
 |    ✅    |    ✅    |
+|         
[File](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-file)
         |    ✅    |    ✅    |
+|                      Email                  |    ⬜    |    ⬜    |
+|        [Redis](./design-document/connect/redis-connector)        |    ✅    | 
   ✅    |
+|        [S3 
File](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-s3)
        |    ⬜    |    ✅    |
+|                    ClickHouse                    |    ⬜    |    ⬜    |
+|      [MongoDB](./design-document/connect/mongodb-connector)      |    ✅    | 
   ✅    |
+|   
[Prometheus](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-prometheus)
   |    ✅    |    ⬜    |
+|      [Knative](./design-document/connect/knative-connector)      |    ✅    | 
   ✅    |
+|      
[Pravega](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-pravega)
      |    ✅    |    ✅    |
+|         More connectors will be added...         |   N/A   |   N/A   |
+
+|                  Platform / Product                  | Source |   Sink   |
+|:------------------------------------------:|:------:|:------:|
+| [Feishu/Lark](./design-document/connect/lark-connector) |    ⬜    |    ✅    |
+|     [DingTalk](./design-document/connect/dingtalk-connector)     |    ⬜    | 
   ✅    |
+|        [WeCom](./design-document/connect/wecom-connector)        |    ⬜    | 
   ✅    |
+|       
[WeChat](https://github.com/apache/eventmesh/tree/master/eventmesh-connectors/eventmesh-connector-wechat)
       |    ⬜    |    ✅    |
+|                      GitHub                      |    ⬜    |    ⬜    |
+|                     ChatGPT                      |    ⬜    |    ⬜    |
+|        [Slack](./design-document/connect/slack-connector)        |    ⬜    | 
   ✅    |
+|         More connectors will be added...         |   N/A   |   N/A   |
+
+## Event Store Implementation Status
+
+| Service / Middleware | Ingress | Topic Management |
+|:------------------------:|:------:|:------:|
+| RocketMQ | ✅ | ✅ |
+| Kafka | ✅ | ✅ |

Review Comment:
   The "Topic Management" refers to the `admin` package of each storage-plugin, 
which is used in the "Topic" page of the original eventmesh-dashboard:main.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to