-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Feature][Connector-V2][RocketMQ] Add RocketMQ source and sink connector #4007
Conversation
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.
@@ -149,8 +149,10 @@ public void initializeState(FunctionInitializationContext initializeContext) thr | |||
getStateName(), | |||
Types.MAP( | |||
BasicTypeInfo.INT_TYPE_INFO, | |||
Types.LIST(PrimitiveArrayTypeInfo.BYTE_PRIMITIVE_ARRAY_TYPE_INFO)) | |||
)); | |||
Types.LIST(PrimitiveArrayTypeInfo.BYTE_PRIMITIVE_ARRAY_TYPE_INFO) |
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.
revert
9fb766c
to
f9678fc
Compare
Thanks for reviewing the PR, I will solve it in a week |
bfc662f
to
f7f08cb
Compare
9a15c5c
to
2e7a52f
Compare
Added |
7633570
to
6a420a9
Compare
@hailin0 PTAL |
03d0e34
to
894d293
Compare
@hailin0 @EricJoy2048 PTAL |
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.
Overall LGTM, You should update error codes in this document: https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/connector-v2/Error-Quick-Reference-Manual.md
115f063
to
9ce6621
Compare
@TyrantLucifer done |
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.
LGTM, thank you for your contribution!
Purpose of this pull request
#3018 RocketMQ source and sink connector
Check list
New License Guide
release-note
.