pandaapo commented on issue #4567: URL: https://github.com/apache/eventmesh/issues/4567#issuecomment-1829640497
> Since DingTalk requires special extension fields, I first need to add `org.apache.eventmesh.connector.spring.source.connector.SpringSourceConnector#send(java.lang.Object, org.apache.eventmesh.openconnect.api. callback.SendMessageCallback)` method, add the required extension fields to `ConnectRecord` @hhuang1231 The current solution to this problem is #4582, which retrieves the properties in the configuration file with the prefix `eventmesh.connector.` through the spring source connector and automatically adds them to the extension of the ConnectRecord. You can experience this plan. 对于这个问题,目前的解决方案是#4582,通过spring source connector获取配置文件中以`eventmesh.connector.`为前缀的属性,自动将其添加到ConnectRecord的extension中。您可以体验一下该方案。 -- 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]
