pandaapo commented on PR #4562: URL: https://github.com/apache/eventmesh/pull/4562#issuecomment-1839818171
@brampurnot Sink connector retrieves data from EventMesh and sends it to a external component, which is referred to as Slack here. So you can try using Spring Source Connector to send some data to EventMesh first. Here is an example of Spring Source Connector sending data https://github.com/apache/eventmesh/tree/master/eventmesh-examples/src/main/java/org/apache/eventmesh/spring , but you need to pay attention to two points. Firstly, comment out `SpringSubHandler` of the example, as this is a Spring Sink Connector. If not commented out, the data may be consumed by it. Secondly, `pubSubConfiguration.` in sink-config.yml of Slack Sink Connector should be the same as the `pubSubConfiguration.` in source-config.yml file of Spring Source Connector. If there are still any issues, we look forward to @yanrongzhen 's reply. Or there may be a more convenient way, and we also look forward to @yanrongzhen 's reply. -- 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]
