Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-vishwastyagi committed May 30, 2024
1 parent ccf0f76 commit f7cb321
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ image::amazon-kinesis-example-listener.png[Listener source flow]
* This flow uses the *Listener* source to listen for new data records. After receiving the new records, it calls the *Checkpoint* operation to set a manual checkpoint:
+
image::amazon-kinesis-example-checkpoint.png[Checkpoint operation flow]
+
* Amazon Configuration
+
image::amazon-kinesis-access-configuration.png[]
+
* Amazon Configuration
+
image::amazon-kinesis-access-advance-configuration.png[]

== XML Code for This Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ This setting applies to the *Listener* source and *Checkpoint* operation. It doe
| Secret Key a| String | Secret key provided by Amazon. | | x
| Region Endpoint a| String | Topic region endpoint | us-east-1 |
| Role a| <<Role>> | Role configuration | | {nbsp}
| Dynamo DB Endpoint a| String | Sets a Dynamo DB Endpoint to track and maintain state information. | | *x*{nbsp}
| Cloud Watch Endpoint a| String | Sets a Cloud Watch Endpoint for monitoring and observability. | | *x*{nbsp}
| Dynamo DB Endpoint a| String | Sets a Dynamo DB Endpoint to track and maintain state information. | | {nbsp}
| Cloud Watch Endpoint a| String | Sets a Cloud Watch Endpoint for monitoring and observability. | | {nbsp}
| Connection Timeout a| Number | The amount of time to wait when initially establishing the TCP connection between the connector and Amazon Kinesis server before throwing an exception if the connection fails | 30 |
| Connection Timeout Time Unit a| Enumeration, one of:

Expand Down

0 comments on commit f7cb321

Please sign in to comment.