-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[improve] update activemq connector config option #8580
base: dev
Are you sure you want to change the base?
Conversation
|
||
private final Map<String, Object> sinkOptionProps = new HashMap<>(); | ||
|
||
public static final Option<String> HOST = |
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.
Those parameters are defined, but not used. So I delete them.
I think we should add a test case to verify the all connector has xxxSinkOptions or xxxSourceOptions. |
Good point, I will write the test. |
@@ -42,11 +40,6 @@ public void write(SeaTunnelRow element) { | |||
activeMQClient.write(serializationSchema.serialize(element)); | |||
} | |||
|
|||
@Override |
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.
why did you remove this entire bit of code for optional?
Purpose of this pull request
subtask of #8576
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.