From ed1bde2fd23ba9f6fc7bf6249d9c6a59e43c3a54 Mon Sep 17 00:00:00 2001 From: Alex Hong <9397363+hongalex@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:57:27 -0700 Subject: [PATCH] remove kafka loadtests from README We removed kafka support in https://github.com/GoogleCloudPlatform/pubsub/pull/304, --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 18312a1b..3e1e1a82 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ available are: * [Kafka Connector](https://github.com/GoogleCloudPlatform/pubsub/tree/master/kafka-connector): Send and receive messages from [Apache Kafka](http://kafka.apache.org). * [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 + Set up benchmarking load tests for [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.