commit | 501f7885a87876ca6514fb34ceae2a30d36543e4 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@opennetworking.org> | Tue Jul 24 14:39:57 2018 -0700 |
committer | Jonathan Hart <jono@opennetworking.org> | Tue Jul 24 17:40:53 2018 -0700 |
tree | 8b723da642260c6dd36b5934f4674fadb9725a78 | |
parent | 5ee02d9b28835521ac1bcab519761382371439b3 [diff] [blame] |
Kafka app that listens to events from applications and pushes them to a kafka bus Change-Id: I8026f13f10aa00f6389b89459fa8ebd74de289a3
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4f1f28 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,9 @@ +*~ +*.class +.classpath +.project +.settings +.checkstyle +target +*.iml +.idea