liunaijie commented on code in PR #8699:
URL: https://github.com/apache/seatunnel/pull/8699#discussion_r1957305586
##########
seatunnel-connectors-v2/connector-rabbitmq/src/main/java/org/apache/seatunnel/connectors/seatunnel/rabbitmq/config/RabbitmqBaseOptions.java:
##########
@@ -22,21 +22,19 @@
import org.apache.seatunnel.api.configuration.Option;
import org.apache.seatunnel.api.configuration.Options;
-import org.apache.seatunnel.common.config.CheckConfigUtil;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;
import java.io.Serializable;
import java.util.Collections;
-import java.util.HashMap;
import java.util.Map;
@Setter
@Getter
@AllArgsConstructor
-public class RabbitmqConfig implements Serializable {
+public class RabbitmqBaseOptions implements Serializable {
private String host;
private Integer port;
Review Comment:
I create a pr for this connector.
https://github.com/apache/seatunnel/pull/8740 You can check, review and comment
--
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]