Skip to content

Tags: robinpowered/kafka-connect-kinesis

Tags

0.1.0.6

Toggle 0.1.0.6's commit message
Rst (#2)

* Corrected method name due to conflict with parent class.

* Added documentation.

* Bump the parent pom version.

* Changed the title of the documentation.

* Added more documentation.

* Moved to 0.10.2.1-cp2

0.1.0.5

Toggle 0.1.0.5's commit message
Rst (#2)

* Corrected method name due to conflict with parent class.

* Added documentation.

* Bump the parent pom version.

* Changed the title of the documentation.

* Added more documentation.

* Moved to 0.10.2.1-cp2

0.1.0.1

Toggle 0.1.0.1's commit message
Source connector (#1)

* Initial commit. Record Processor is converting records.

* Move to the poll based method because it is a better match for kafka connect. Task is working with unit tests. Good code coverage.

* Added support to describe the stream for the shards.

* Updated documentation.

* Added shardId and streamName to the value outputted by the connector.

* Added Jenkinsfile for build.

* Added Range validators.

* Removed vertica docker image because it is not used in this project.

* Added support to select shards based on a regular expression.

* Updated documentation.