From 576f81d80ca4bae1b52fbba676b54ee768fb5da6 Mon Sep 17 00:00:00 2001 From: "Javi Moreno (@ciberado)" Date: Fri, 11 May 2018 16:07:46 +0200 Subject: [PATCH] Release 3. --- .gitignore | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5be766f..14e637f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ target/ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -/ZombieProducer/nbproject/ \ No newline at end of file +/ZombieProducer/nbproject/ + +nb-configuration.xml diff --git a/README.md b/README.md index 73d8950..7a101ee 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ mvn package ## Gotchas * Remember to delete both the Kinesis Stream *and* the DynamoDB table -* Kinesis *is* key sensitive with the name of the streams +* Kinesis *is* key sensitive with the name of the streams * The KCL uses DynamoDB to keep track of the stream. Create alerts to monitor the corresponding table. ## Running the producer and the consumer