-
Notifications
You must be signed in to change notification settings - Fork 336
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
[BitSail][Connector] Migrate rocketmq Sink connector to V1 interface #457
Conversation
Hi, @beyond-up , some suggestions:
|
ok, thx! |
I have modified, please help me review the code, thx @liuxiaocs7 |
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.
@beyond-up thanks for your contribution, overall looks good. Left some minor comments
...-rocketmq/src/main/java/com/bytedance/bitsail/connector/rocketmq/sink/HashQueueSelector.java
Show resolved
Hide resolved
...q/src/main/java/com/bytedance/bitsail/connector/rocketmq/sink/format/RocketMQSinkFormat.java
Show resolved
Hide resolved
...r-rocketmq/src/main/java/com/bytedance/bitsail/connector/rocketmq/sink/RocketMQProducer.java
Show resolved
Hide resolved
…optimize RocketMQSerizationSchema
Thanks for you suggestions, I hava optimized my code ,please help me review the code ! @garyli1019 |
...src/main/java/com/bytedance/bitsail/connector/rocketmq/constants/OptionalProducerConfig.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.
LGTM, Thanks for your contribution! @beyond-up
Prepare a Pull Request
Title: [BitSail][Connector] Migrate rocketmq Sink connector to V1 interface
Close: [BitSail][Connector] Migrate rocketmq Sink connector to V1 interface #137
Motivation
Migrate rocketmq Sink connector to V1 interface and use BitSail unified streaming and batching interface
Modifications
Describe the modifications you've done.
Verifying this change
Please pick either of the following options.
This change is a trivial rework/code cleanup without any test coverage.
This change is already covered by existing tests, such as:
(please describe tests, example:)
This change added tests and can be verified as follows:
(example:)
Documentation