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

Add AssumeRole option #19

Open cbsmith opened 6 years ago

cbsmith commented 6 years ago

Add the capability for Kinesis Sink to assume a role, allowing writing to streams in other accounts.

Some ugly duplication of code here to minimize intrusiveness of patch. In a subsequent iteration, should clean up common logic between Firehose and Kinesis Streams.