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