imaffe commented on a change in pull request #19092:
URL: https://github.com/apache/flink/pull/19092#discussion_r827574474



##########
File path: 
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/source/enumerator/topic/TopicNameUtils.java
##########
@@ -52,7 +52,7 @@ public static String topicNameWithPartition(String topic, int 
partitionId) {
         return TopicName.get(topic).getPartition(partitionId).toString();
     }
 
-    public static boolean isPartitioned(String topic) {
+    public static boolean isPartitionOfPartitionedTopic(String topic) {

Review comment:
       Sure, this is a more concise naming~ 




-- 
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-unsubscr...@flink.apache.org

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


Reply via email to