> > JR34: For these two configurations, setting an empty list feels a bit > unintuitive. If an empty list is > provided, the consumer will call the unsubscribe method, which doesn't > seem appropriate given > the documentation states: "Topic-partitions assigned to this task to > replicate." >
agreed. Additionally, the source code [0] shows that it is not intended to generate empty tps for the source task [0] https://github.com/apache/kafka/blob/9b542b6ea21e84677a9292f250fc25f8b4162e6f/connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceConnector.java#L202