awslabs / kinesis-kafka-connector

kinesis-kafka-connector is connector based on Kafka Connect to publish messages to Amazon Kinesis streams or Amazon Kinesis Firehose.
Apache License 2.0
153 stars 91 forks source link

ISSUE-40 Support for China region #41

Open JoeShi opened 5 years ago

JoeShi commented 5 years ago

Description:

  1. Add option to append line break to each record from Kafka. Add an option appendLineBreak, by enabling this option, the connector will append \n to each record before injecting into Kinesis Datastreams.
  2. Add support for China region. Now if the connector is configured to be used in AWS China region, it will change to the correct Kinesis/Firehose endpoint.

Issue Reference URL

https://github.com/awslabs/kinesis-kafka-connector/issues/40


Do not change content below. Mark applicable check boxes only.

Thank you for submitting a contribution to Kinesis-Kafka Connector.

In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

For all changes:

For code changes:

For documentation related changes: