# pubsub **Repository Path**: mirrors_GoogleCloudPlatform/pubsub ## Basic Information - **Project Name**: pubsub - **Description**: This repository contains open-source projects managed by the owners of Google Cloud Pub/Sub. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/GoogleCloudPlatform/pubsub.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/pubsub) This repository contains open-source projects managed by the owners of [Google Cloud Pub/Sub](https://cloud.google.com/pubsub/). The projects available are: * [Load Testing Framework](https://github.com/GoogleCloudPlatform/pubsub/tree/master/load-test-framework): Set up comparative load tests between [Apache Kafka](http://kafka.apache.org) and [Google Cloud Pub/Sub](https://cloud.google.com/pubsub/), as well as between different clients on the same stack (e.g. Http/Json and gRPC clients for CPS). Currently, we only support maven version 3 and Java 8. If you're having a problem building with those versions, please reach out to us with your issue or solution. * [Ordering Keys Prober](https://github.com/GoogleCloudPlatform/pubsub/tree/master/ordering-keys-prober): A reference implementation for how to use ordering keys effectively. * [Flink Connector](https://github.com/GoogleCloudPlatform/pubsub/tree/master/flink-connector): Send and receive messages to/from [Apache Flink](https://flink.apache.org/). * DEPRECATED - [Kafka Connector](https://github.com/GoogleCloudPlatform/pubsub/tree/master/kafka-connector): Send and receive messages from [Apache Kafka](http://kafka.apache.org). *The connector will have future release from its own [repo](https://github.com/googleapis/java-pubsub-group-kafka-connector/).* * DEPRECATED - [Experimental high-performance client library](https://github.com/GoogleCloudPlatform/pubsub/tree/master/client): For Java along with [samples](https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets). Note: To build each of these projects, we recommend using maven.