Skip to content

Commit bbd4305

Browse files
Juan Pablo Diaz-VazJuan Pablo Diaz-Vaz
authored andcommitted
SUMOK-9 Fixed format issue
1 parent ff2ee65 commit bbd4305

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The **Kinesis-Sumologic Connector** is a Java connector that acts as a pipeline
1212
## Overview
1313

1414
Incoming records from one (or many) Shards of an AWS Kinesis Stream will be read using the [Kinesis Client Library]. Records will be:
15+
1516
+ **Transformed**: Raw records will be transformed into a POJO using the KinesisMessageModel class and then serialized.
1617
+ **Filtered**: A filter may be applied to the records. Default filter will let all records pass.
1718
+ **Buffered**: A custom buffer may be used to define thresholds that, when crossed, will flush all records into the emitter.
@@ -28,12 +29,18 @@ To download the needed dependencies execute **ant setup**
2829
To build and execute the connector execute **ant run**
2930

3031

31-
32+
## Related sources
3233

3334
[Amazon Kinesis](http://aws.amazon.com/kinesis/)
35+
3436
[Sumologic](https://www.sumologic.com/)
37+
3538
[Java JDK 1.7](http://www.oracle.com/technetwork/java/javase/overview/index.html)
39+
3640
[Ant](http://ant.apache.org/)
41+
3742
[AWS Kinesis Account](http://aws.amazon.com/account/)
43+
3844
[Sumologic Account](https://www.sumologic.com/pricing/)
45+
3946
[Kinesis Client Library](https://github.com/awslabs/amazon-kinesis-client/)

0 commit comments

Comments
 (0)