-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
06c2c69
commit 02f984a
Showing
4 changed files
with
48 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
======================== | ||
Amazon Kinesis Connector | ||
======================== | ||
|
||
The Amazon Kinesis Connector provides a :term:`source connector for reading data from `Amazon Kinesis <https://aws.amazon.com/kinesis/>`_ | ||
and persisting the data to a :term:`Kafka topic`. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Source Connectors: | ||
:glob: | ||
|
||
sources/* | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Sink Connectors: | ||
:glob: | ||
|
||
sinks/* | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Transformations: | ||
:glob: | ||
|
||
transformations/* | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 0 | ||
:caption: Schemas: | ||
:hidden: | ||
|
||
schemas | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
<parent> | ||
<groupId>com.github.jcustenborder.kafka.connect</groupId> | ||
<artifactId>kafka-connect-parent</artifactId> | ||
<version>0.10.2.0-cp1</version> | ||
<version>0.10.2.1-cp2</version> | ||
</parent> | ||
<artifactId>kafka-connect-kinesis</artifactId> | ||
<version>0.1.0-SNAPSHOT</version> | ||
|
@@ -47,9 +47,6 @@ | |
</roles> | ||
</developer> | ||
</developers> | ||
<prerequisites> | ||
<maven>3.3.0</maven> | ||
</prerequisites> | ||
<scm> | ||
<connection>scm:git:https://github.com/jcustenborder/kafka-connect-kinesis.git</connection> | ||
<developerConnection>scm:git:[email protected]:jcustenborder/kafka-connect-kinesis.git</developerConnection> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters