Skip to content

Commit

Permalink
Fix some broken markdown in the README (#119)
Browse files Browse the repository at this point in the history
Some newlines snuck their way into these links
  • Loading branch information
jamiew authored and kamalaboulhosn committed Aug 24, 2017
1 parent 01cfa47 commit 3fe0d45
Showing 1 changed file with 3 additions and 6 deletions.
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

0 comments on commit 3fe0d45

Please sign in to comment.