vahmed-hamdy commented on code in PR #27: URL: https://github.com/apache/flink-connector-gcp-pubsub/pull/27#discussion_r1615752158
########## flink-connector-gcp-pubsub/src/main/java/org/apache/flink/connector/gcp/pubsub/common/PubSubConstants.java: ########## @@ -0,0 +1,11 @@ +package org.apache.flink.connector.gcp.pubsub.common; + +import org.apache.flink.annotation.PublicEvolving; + +/** Constants for PubSub. */ +@PublicEvolving +public class PubSubConstants { Review Comment: It is supposed to be base for extension with other constants, but I agree let's leave that when we actually need it -- 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