This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
from c546198 [FLINK-30058][Connector/Google PubSub] Add release tools as
submodule
new 9e02c4c [FLINK-9311] [pubsub] Clean up / add documentation and style
issues in the PubSub connector
new 6c5cd55 [FLINK-9311] [pubsub] Improvements to builders + minor
improvement to PubSubSink flush logic
new 1512bc1 Update version to 1.10-SNAPSHOT
new 6f92e4f [FLINK-13231] [pubsub] Replace Max outstanding
acknowledgement ids limit with a FlinkConnectorRateLimiter
new c93e10d Update version to 1.11-SNAPSHOT
new 55f84bd Update version to 1.12-SNAPSHOT
new 62d4279 [FLINK-18607][build] Give the maven module a human readable
name
new 3cdd0ac [FLINK-18448][pubsub] Update Google Cloud PubSub dependencies
new eaad434 Update version to 1.13-SNAPSHOT
new 977cff2 [FLINK-20651] Format code with Spotless/google-java-format
new fcf58ac Update version to 1.14-SNAPSHOT
new 1c9423f Update version to 1.15-SNAPSHOT
new 2ae4629 [FLINK-24018][build] Remove Scala dependencies from Java APIs
new 83174ac [FLINK-25039][build] Disable shading of test jar by default
new 824d973 Update version to 1.16-SNAPSHOT
new 942a616 [FLINK-24721][build] Remove unnecessary relativePath to parent
new ca0dd1d Update version to 1.17-SNAPSHOT
new 7d8090b [FLINK-30872][Connector/Google PubSub] Move GCP example to
GCP connector repository
new f163009 [hotfix] Change Flink binary URL to ASF archive
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/push_pr.yml | 2 +-
flink-connector-gcp-pubsub/pom.xml | 17 ----
flink-examples-streaming-gcp-pubsub/pom.xml | 110 +++++++++++++++++++++
.../examples/gcp/pubsub/IntegerSerializer.java | 55 +++++++++++
.../examples/gcp/pubsub/PubSubExample.java | 90 +++++++++++++++++
.../examples/gcp/pubsub/PubSubPublisher.java | 66 +++++++++++++
pom.xml | 11 +++
7 files changed, 333 insertions(+), 18 deletions(-)
create mode 100644 flink-examples-streaming-gcp-pubsub/pom.xml
create mode 100644
flink-examples-streaming-gcp-pubsub/src/main/java/org/apache/flink/streaming/examples/gcp/pubsub/IntegerSerializer.java
create mode 100644
flink-examples-streaming-gcp-pubsub/src/main/java/org/apache/flink/streaming/examples/gcp/pubsub/PubSubExample.java
create mode 100644
flink-examples-streaming-gcp-pubsub/src/main/java/org/apache/flink/streaming/examples/gcp/pubsub/PubSubPublisher.java