CalvinKirs commented on code in PR #3989:
URL:
https://github.com/apache/incubator-seatunnel/pull/3989#discussion_r1095886735
##########
seatunnel-connectors-v2/connector-pulsar/src/main/java/org/apache/seatunnel/connectors/seatunnel/pulsar/source/PulsarSource.java:
##########
@@ -213,12 +213,11 @@ private void setPartitionDiscoverer(Config config) {
if (StringUtils.isNotBlank(topic)) {
this.partitionDiscoverer = new
TopicListDiscoverer(Arrays.asList(StringUtils.split(topic, ",")));
Review Comment:
`topic` should use `config.hasPath(TOPIC_PATTERN.key()` judge whether there
is
--
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]