rmetzger commented on issue #6594: [FLINK-9311] [pubsub] Added PubSub source connector with support for checkpointing (ATLEAST_ONCE) URL: https://github.com/apache/flink/pull/6594#issuecomment-506642617 Thanks for the updates. Checkstyle is still failing ``` 04:05:19.022 [INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ flink-connector-gcp-pubsub_2.11 --- 04:05:19.240 [INFO] There are 4 errors reported by Checkstyle 8.12 with /tools/maven/checkstyle.xml ruleset. 04:05:19.242 [ERROR] src/main/java/org/apache/flink/streaming/connectors/gcp/pubsub/PubSubSource.java:[74] (regexp) RegexpSinglelineJava: Line has leading space characters; indentation should be performed with tabs only. 04:05:19.248 [ERROR] src/main/java/org/apache/flink/streaming/connectors/gcp/pubsub/PubSubSource.java:[75] (regexp) RegexpSinglelineJava: Line has leading space characters; indentation should be performed with tabs only. 04:05:19.248 [ERROR] src/main/java/org/apache/flink/streaming/connectors/gcp/pubsub/PubSubSource.java:[76] (regexp) RegexpSinglelineJava: Line has leading space characters; indentation should be performed with tabs only. 04:05:19.248 [ERROR] src/main/java/org/apache/flink/streaming/connectors/gcp/pubsub/PubSubSource.java:[77] (regexp) RegexpSinglelineJava: Line has leading space characters; indentation should be performed with tabs only. 04:05:19.249 [INFO] ------------------------------------------------------------------------ 04:05:19.249 [INFO] Reactor Summary: ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
