clmccart commented on code in PR #32: URL: https://github.com/apache/flink-connector-gcp-pubsub/pull/32#discussion_r1793804145
########## ordering-keys-prober/README.md: ########## @@ -0,0 +1,75 @@ +### Introduction + +The prober is designed to demonstrate effective use of Cloud Pub/Sub's +[ordered delivery](https://cloud.google.com/pubsub/docs/ordering). + +### Building + +These instructions assume you are using [Maven](https://maven.apache.org/). + +1. If you want to build the connector from head, clone the repository, ensuring + to do so recursively to pick up submodules: + + `git clone https://github.com/GoogleCloudPlatform/pubsub` Review Comment: update -- 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