-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #4598] Improve eventmesh-connector-lark #4599
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4599 +/- ##
============================================
+ Coverage 16.93% 17.26% +0.32%
- Complexity 1708 1741 +33
============================================
Files 790 793 +3
Lines 29526 29725 +199
Branches 2550 2567 +17
============================================
+ Hits 5001 5132 +131
- Misses 24061 24118 +57
- Partials 464 475 +11 ☔ View full report in Codecov by Sentry. |
eventmesh-connectors/eventmesh-connector-lark/src/main/resources/sink-config.yml
Show resolved
Hide resolved
...-connector-lark/src/main/java/org/apache/eventmesh/connector/lark/sink/ImServiceHandler.java
Outdated
Show resolved
Hide resolved
...lark/src/main/java/org/apache/eventmesh/connector/lark/sink/connector/LarkSinkConnector.java
Show resolved
Hide resolved
...-connector-lark/src/main/java/org/apache/eventmesh/connector/lark/sink/ImServiceHandler.java
Outdated
Show resolved
Hide resolved
...lark/src/main/java/org/apache/eventmesh/connector/lark/sink/connector/LarkSinkConnector.java
Outdated
Show resolved
Hide resolved
...ector-lark/src/main/java/org/apache/eventmesh/connector/lark/ConnectRecordExtensionKeys.java
Outdated
Show resolved
Hide resolved
I have question about why you change the module name from Feishu to lark ? |
@xwm1992 I found that the dingding module was changed to dingtalk.So I think it is necessary to change Feishu to lark. |
DingDing was changed to DingTalk because the English name of the product itself is called DingTalk, and Feishu was changed to lark. I don’t know if it’s still a same product or an overseas version of Feishu. @hhuang1231 |
@xwm1992 If the overseas Lark account I registered is correct, then the incident can be successfully sinked after testing. |
The Feishu document said that "Feishu and Lark are independent products operated by different entities under ByteDance company. Feishu accounts can only be used in the Feishu client, and the Feishu client only supports the use of Feishu accounts." If you want to be compatible with both products, you may need to pay attention to the interoperability of the data. |
@Pil0tXia Yes, I registered accounts for lark and feishu, and after testing, they can sink events. |
@pandaapo PLAT, thank you! |
...ector-lark/src/test/java/org/apache/eventmesh/connector/lark/sink/LarkSinkConnectorTest.java
Show resolved
Hide resolved
...nector-lark/src/test/java/org/apache/eventmesh/connector/lark/sink/ImServiceHandlerTest.java
Show resolved
Hide resolved
...-connector-lark/src/main/java/org/apache/eventmesh/connector/lark/sink/ImServiceHandler.java
Show resolved
Hide resolved
...nector-lark/src/test/java/org/apache/eventmesh/connector/lark/sink/ImServiceHandlerTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve the conflict. @hhuang1231
# Conflicts: # eventmesh-examples/src/main/resources/application.properties
Fixes #4598 .
Motivation
Improve eventmesh-connector-feishu.
Modifications
See #4598 for details.
Output
Documentation