You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/04 13:39:20 UTC

[GitHub] [flink] MartijnVisser commented on a diff in pull request #20138: FLINK-16024 [jdbc-connector] JDBC Filter Pushdown

MartijnVisser commented on code in PR #20138:
URL: https://github.com/apache/flink/pull/20138#discussion_r913015508


##########
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/common/config/PulsarClientFactory.java:
##########
@@ -153,8 +153,8 @@ public static PulsarClient createClient(PulsarConfiguration configuration) {
     }
 
     /**
-     * PulsarAdmin shares almost the same configuration with PulsarClient, we use this
-     * creating method for creating PulsarAdmin instead of using {@link ClientConfigurationData}.
+     * PulsarAdmin shares almost the same configuration with PulsarClient, we use this creating
+     * method for creating PulsarAdmin instead of using {@link ClientConfigurationData}.

Review Comment:
   This is being worked on via https://github.com/apache/flink/pull/20154



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org