-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to remove old kafka modules (#154)
* Removed kafka-node and node-rdkafka to only support kafkaJS. Updated tests to reflect * Cleaned up old config * Converted to typescript. Added types where missing. * Fixed tests, such as ensuring message sending order * Upgraded wurstmeister/kafka docker to 2.11-1.1.1. Updated stop script to remove volumes to ensure we can run clean. Updated CHANGELOG * Removed debug code. Removed empty methods and updated Analytics to set client as abstract so the consumer/producer is forced to set the client * Added typescript eslint * Fixed error linting errors * Added missing new line Co-authored-by: Robert Shepherd <rob.shepherd@navitas.com>
- Loading branch information
Showing
43 changed files
with
1,377 additions
and
6,210 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
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 |
---|---|---|
|
@@ -40,3 +40,6 @@ logs | |
.vscode | ||
|
||
certs | ||
|
||
# generated files | ||
dist |
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 |
---|---|---|
|
@@ -10,4 +10,6 @@ test/ | |
.eslintrc.js | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
.travis.yml | ||
src | ||
.github/ |
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
Oops, something went wrong.