Skip to content

Commit d881eaf

Browse files
fix(main): Typo in README.md for PubSubLiteSourceConnector (#242)
s/PubSubLiteSinkConnector/PubSubLiteSourceConnector/g where needed in README.md
1 parent 2ac422d commit d881eaf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ locally in standalone mode (single process).
6161
- `CloudPubSubSinkConnector` and `CloudPubSubSourceConnector`
6262
- Create a pair of Pub/Sub [topic](https://cloud.google.com/pubsub/docs/admin#create_a_topic)
6363
and [subscription](https://cloud.google.com/pubsub/docs/create-subscription#pull_subscription)
64-
- `PubSubLiteSinkConnector` and `PubSubLiteSinkConnector`
64+
- `PubSubLiteSinkConnector` and `PubSubLiteSourceConnector`
6565
- Create a pair of Pub/Sub Lite [topic](https://cloud.google.com/pubsub/lite/docs/topics#create_a_lite_topic)
6666
and [subscription](https://cloud.google.com/pubsub/lite/docs/subscriptions#create_a_lite_subscription).
6767

@@ -82,7 +82,7 @@ locally in standalone mode (single process).
8282
1. Open [`pubsub-lite-sink-connector.properties`](/config/pubsub-lite-sink-connector.properties).
8383
2. Update `topics`, `pubsublite.project`, `pubsublite.location` and `pubsublite.topic`.
8484

85-
- `PubSubLiteSinkConnector`
85+
- `PubSubLiteSourceConnector`
8686
1. Open [`pubsub-lite-source-connector.properties`](/config/pubsub-lite-source-connector.properties).
8787
2. Update `kafka.topic`, `pubsublite.project`, `pubsublite.location` and `pubsublite.subscription`.
8888

@@ -108,18 +108,18 @@ locally in standalone mode (single process).
108108
2. Follow the instructions in the [Kafka quickstart](https://kafka.apache.org/quickstart)
109109
to read the message from your Kafka topic.
110110

111-
- `PubSubLiteSinkConnector`
112-
1. Follow the instructions in the [Kafka quickstart](https://kafka.apache.org/quickstart)
113-
to publish a message to the Kafka topic.
114-
2. [Pull](https://cloud.google.com/pubsub/docs/publish-receive-messages-console#pull_the_message_from_the_subscription)
115-
the message from your Pub/Sub Lite subscription.
116-
117111
- `PubSubLiteSinkConnector`
118112
1. [Publish](https://cloud.google.com/pubsub/docs/publish-receive-messages-console#publish_a_message_to_the_topic)
119113
a message to your Pub/Sub Lite topic.
120114
2. Follow the instructions in the [Kafka quickstart](https://kafka.apache.org/quickstart)
121115
to read the message from your Kafka topic.
122116

117+
- `PubSubLiteSourceConnector`
118+
1. Follow the instructions in the [Kafka quickstart](https://kafka.apache.org/quickstart)
119+
to publish a message to the Kafka topic.
120+
2. [Pull](https://cloud.google.com/pubsub/docs/publish-receive-messages-console#pull_the_message_from_the_subscription)
121+
the message from your Pub/Sub Lite subscription.
122+
123123
### Acquire the connector
124124

125125
The connector is available from [Maven Central repository](https://search.maven.org/artifact/com.google.cloud/pubsub-group-kafka-connector).

0 commit comments

Comments
 (0)