Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some broken markdown in the README #119

Merged
merged 1 commit into from
Aug 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions kafka-connector/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
### Introduction

The CloudPubSubConnector is a connector to be used with [Kafka Connect]
(http://kafka.apache.org/documentation.html#connect) to publish messages from
[Kafka](http://kafka.apache.org) to [Google Cloud Pub/Sub]
(https://cloud.google.com/pubsub/) and vice versa. CloudPubSubConnector provides
The CloudPubSubConnector is a connector to be used with [Kafka Connect](http://kafka.apache.org/documentation.html#connect) to publish messages from
[Kafka](http://kafka.apache.org) to [Google Cloud Pub/Sub](https://cloud.google.com/pubsub/) and vice versa. CloudPubSubConnector provides
both a sink connector (to copy messages from Kafka to Cloud Pub/Sub) and a
source connector (to copy messages from Cloud Pub/Sub to Kafka).

Expand Down Expand Up @@ -56,8 +54,7 @@ The resulting jar is at target/cps-kafka-connector.jar.

3. Create an appropriate configuration for your Kafka connect instance. More
information on the configuration for Kafka connect can be found in the
[Kafka Users Guide]
(http://kafka.apache.org/documentation.html#connect_running).
[Kafka Users Guide](http://kafka.apache.org/documentation.html#connect_running).

4. If running the Kafka Connector behind a proxy, you need to export the
KAFKA_OPTS variable with options for connecting around the proxy. You can
Expand Down